Used for loading other classes.
ClassLoader manages several tasks relating to loading PHP class definition files. It translates a Java-style class name into a filepath/filename, attempts to locate the file and loads it. It then maintains a record of the filepath/filename internally.
Located in /MachII/util/ClassLoader.php (line 18)
Since this is a static class, block instantiation.
Store the path.
Translate a dot notation classname to PEAR-style with underscores.
Attempt to discover the document root.
If it can't be determined from $_SERVER variables it is assumed to be the current working directory.
Load a class file.
Will attempt to load a class file. There are three ways to specify the class to load:
1) MachII_util_ClassLoader::load('MyApp.model.MyClass');
Determine the absolute path of a classfile.
Values may be in dot notation or filesystem notation.
Load an array of class files.
The storage container.
Documentation generated on Thu, 20 Jan 2005 10:47:27 -0800 by phpDocumentor 1.3.0RC3