|
Previous Page |
Solar |
Next Page |
autoload()
static public
void
autoload (
string $name
)
Loads a class or interface file from the include_path.
Parameters
- (string)
$name: A Solar (or other) class or interface name.
Returns
- (void)
Description
Loads a class or interface file from the include_path.
Thanks to Robert Gonzalez for the report leading to this method.