autoload.plug.php

Classes

AutoloadPlug To be as flexible as possible, our autoload uses a dynamically set callback to determine wher a class is defined.

Functions

__autoload()

__autoload(string $classname)

This PHP magic function gets called whenever a script uses a yet undefined classname, which can be for subclassing, for constructing ("new" keyword), or for calling static methods or attributes.

Parameters

string $classname