Language: autoload2
Thomas Shone (contact me)
This class can be used to automatically load classes from a given directory.
It uses PHP 5 auto-load support to load classes from a configurable directory.
The class traverses the directory for class script files with extensions usually associated to class files and loads the class file that match the requested class name.
It also keeps a log variable with all the classes loaded this way.
Click here for detailed information about this class on phpclasses.org