Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

System core

Avaq edited this page Mar 22, 2012 · 4 revisions

System core

All system core classes use a single instance, which you can access by using:

//Fully written out for understanding of the code:
\core\Loader::loadClass(<string $class_name>);

//Or shorter and more commonly used:
tx(<string $class_name>);

List of core objects

Clone this wiki locally