System | |
PEAR Manual | |
require_once 'PEAR/autoloader.php'; |
void PEAR_Autoloader::addAutoload (
string $method
, string ''$classname = NULL
)
Add one or more autoload entries.
which method to autoload
which class to find the method in. If the $method parameter is an array, this parameter may be omitted (and will be ignored if not), and the $method parameter will be treated as an associative array with method names as keys and class names as values.
This function can not be called statically.
System | |
PEAR Manual | |