Function __autoload
Sapphire class autoloader. Requires the ManifestBuilder to work. $_CLASS_MANIFEST must have been loaded up by ManifestBuilder for this to successfully load classes. Classes will be loaded from any PHP file within the application. If your class contains an underscore, for example, Page_Controller, then the filename is expected to be the stuff before the underscore. In this case, Page.php.
Parameters summary
mixed |
$className |