FOFAutoloaderComponentAn autoloader for FOF-powered components. It allows the autoloading of various classes related to the operation of a component, from Controllers and Models to Helpers and Fields. If a class doesn't exist, it will be created on the fly.
Located in /libraries/fof/autoloader/component.php (line 21)
static FOFAutoloaderComponent
$autoloader
= null (line 28)
An instance of this autoloader
static array
$fofComponents
= array() (line 42)
An array holding component names and their FOF-ness status
static string
$fofPath
= null (line 35)
The path to the FOF root directory
Public constructor. Registers the autoloader with PHP.
Autoload Controllers
Autoload Fields
Autoload Helpers
Autoload Models
Autoload Tables
Autoload Toolbars
Autoload Views
Returns true if this is a FOF-powered component, i.e. if it has a fof.xml file in its main directory.
Documentation generated on Tue, 19 Nov 2013 14:56:13 +0100 by phpDocumentor 1.4.3