Autoload Support forum autoloader Autoload classes from given directories This class can be used to automatically load classes from given directories when the objects of the classes are created. It scans given directories for class files that have one several possible file name extensions. When ...
This class can automatically load class files from directories. It register an autoload function that can load classes using the SPL extension. The class can configure a list of directories to be scanned for the classes, as well the file name extensions that will be considered when scanning the specified ...
Class Manager Support forum classmanager Auto-load classes based on XML definitions Class Manager can be used to load classes based on classpath definitions read from XML files. Including the source files will be automatic, and transparent to the application. Classpath xml files can be used to ...
... directories The key part of this class is that it *autoloads based on scope* (EDITORS: Please do not delete this). What this means is that when an autoload happens, the loader will prefer the declarations that occurred in the file the autoload event happened in, and only afterwards default to the ...
This class can autoload a class by scanning directories of class files. It registers an autoload function that can scan a given directory recursively and inspect files with the .php extension to see which contain the definitions of classes or interfaces. The list of classes that were found is stored ...
... import function that finds one or more classes in directories. The classes that are found may be loaded individually or all at once without needing auto-load support. PHP Programming Innovation award nominee March 2008 The Java language has a command named import that automatically makes available a ...
uClassDir Support forum uclassdir Locate and load PHP classes This package can be used to locate and load PHP classes. It provides an auto-load function that calls the main class to load the necessary class scripts when a new class that was not yet loaded is required. Another class can scan directories ...
This class can be used to automatically load classes. It can register auto-load class functions that can automatically load application or library classes with common class file name patterns from given directories. Autoloader Support forum autoload Automatically load classes Autoloads Describes ...
... singleton design pattern. It provides a simple interface definition that all classes can use to implement singletons. The package also comes with an autoload to load classes or interfaces with the Zend framework if available, or directly from class files otherwise. loader Interface for singletons ...
... autoload2 Automatically load classes from a directory 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 ...