This class can automatically load MVC and library classes. It can register several automatic class loader functions to load different types of project classes from different directories. Currently it can load class scripts for models, controller, user and system library classes. The respective directories ...
PHP smart client loader Support forum phpscl Compact CSS and JavaScript served by HTML pages This class can be used to compact CSS and JavaScript served by HTML pages. It can compact CSS styles by removing comments and whitespaces. It can also do the same for JavaScript calling the JSMin class. ...
Automatic Class Loader Support forum automatic-class-load Load class automatically from multiple directories This class can load classes automatically from multiple directories. It can traverse recursively one or more multiple directories for PHP scripts. The class can load the script when it is ...
BMP_Loader Support forum bmp_loader Read and write BMP images in pure PHP This class can be used to read and write BMP images in pure PHP. It can read an image file in BMP format and parse its data to build an image that can be manipulated by the GD extension functions. The class can also do the ...
Class Loader Support forum classloader Locate and load class files from a list of paths 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 ...
... Create arrays that allow members of just one type This class can be used to create arrays that allow members of just one type. It implements a class loader that gives a special treatment to the creation of objects of classes with the names that start with ArrayOf. The class assumes that it is intended ...
This class can be used to framework that uses MVC design pattern. It provides a base loader class that loads other classes and plug-ins, a main controller class and a base model class that can be extended to implement application model classes. The views are implemented as PHP scripts eventually embedded ...
HawkPHP framework Support forum hawkphp Framework that implements MVC design pattern This package is a framework that implements MVC design pattern. It provides a base loader class that routes actions, a base controller class, a base view class, and a configuration class that parses INI files. ...
RainTPL Support forum raintpl HTML template engine caches compiled results This package implements an HTML template engine caches compiled results. There is a template loader class that checks whether a given template was previously compiled. Another class is responsible for compiling a template ...
Abbey's Autoloader Support forum abtoloader Load classes automatically from 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 ...