API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JLoader::import | ( | $ | filePath, |
$ | base = null , |
||
$ | key = 'libraries.' |
||
) |
Loads a class from specified directories.
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 ). |
Références $classname, $parts, $path, et register().
Référencé par jimport().
JLoader::load | ( | $ | class | ) |
Load the file for a class
public
string | $class | The class that will be loaded |
Références $class, et register().
Référencé par __autoload(), JFTP::__construct(), et register().
& JLoader::register | ( | $ | class = null , |
$ | file = null |
||
) |
Add a class to autoload
string | $classname | The class name |
string | $file | Full path to the file that holds the class |
Références $class, $file, et load().
Référencé par JFactory::getDate(), import(), et load().