Login   Register  
PHP Classes

Class: Class Loader

Icontem
elePHPant

  Classes of Patxi Echarte  >  Class Loader  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Class Loader Support forum
Base name: classloader
Description: Locate and load class files from a list of paths
Version: -
Required PHP version: -
License: GNU Lesser General Public License (LGPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Patxi Echarte
Name: Patxi Echarte <e-mail contact>
Published packages: 4 Browse this author's classes Browse this author's classes
Country: Spain Spain - PHP jobs in Spain
Home page: http://www.eslomas.com/

Groups

Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Language Constructs to assist in the language control View top rated classes

Detailed description

This class can be used to locate and load class files from directories defined in a list of paths.

It provide a way to write PHP scripts that use classes without knowing in advance where the class files are located.

It can take a list of directories where to search the class files. Then it can search for given files in those directories. Optionally, it may search within sub-directories of the specified directories.

The result locations of the searched files may be cached in files to avoid the overhead in subsequent class path searches.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file ClassLoader.class.php Class Class source
Plain text file example1.php Example Example
Download all files: classloader.tar.gz classloader.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.