bool autoload(
string
$class)
|
|
Loading of HTML_QuickForm2_* classes suitable for SPL autoload mechanism
This method will only try to load a class if its name starts with HTML_QuickForm2. Register with the following:
Parameters:
void loadClass(
string
$className, [string
$includeFile = null], [bool
$autoload = false])
|
|
Tries to load a given class
If no $includeFile was provided, $className will be used with underscores replaced with path separators and '.php' extension appended
Parameters: