PHP class autoloader that follows the PSR-0 standard.
- Specify paths for namespaces
- Possibility of requiring multiple files at once
- Send and receive variables from a required file
Public functions
Usage
Basic initialization:
Specify paths for different namespaces:
Examples
Class autoloading:
In the above example $prop
would return the class name and namespace. This will print:
Load file:
Load file sending variables:
Load file capturing variables:
View on GitHub
— November 20, 2012
comments powered by