JLoader
Description
Located in /loader.php (line 21)
JLoader
Method Summary
Methods
Loads a class from specified directories.
void
import
( $filePath, [string $base = null], [string $key = 'libraries.'], string $name)
- string $name: The class name to look for ( dot notation ).
- string $base: Search this directory for the class.
- string $key: String used as a prefix to denote the full path of the file ( dot notation ).
- $filePath
Load the file for a class
boolean
load
(string $class)
- string $class: The class that will be loaded
Add a class to autoload
array|boolean
®ister
([ $class = null], [string $file = null], string $classname)
- string $classname: The class name
- string $file: Full path to the file that holds the class
- $class
Documentation generated on Tue, 29 Jan 2008 18:48:12 +0000 by phpDocumentor 1.3.1



JLoader