PEAR_Autoloader::addAutoload()

PEAR_Autoloader::addAutoload() -- Add one or more autoload entries

Synopsis

Описание

Add one or more autoload entries.

Параметр

string $method

which method to autoload

string $classname

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.

Заметка

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ