| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: loader.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 187 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JLoader:: (5 methods):
import()
load()
__autoload()
jexit()
jimport()
| import( $filePath, $base = null, $key = 'libraries.' ) X-Ref |
| Loads a class from specified directories. param: string $name The class name to look for ( dot notation ). param: string $base Search this directory for the class. param: string $key String used as a prefix to denote the full path of the file ( dot notation ). return: void |
| load( $class ) X-Ref |
| No description |
| __autoload($class) X-Ref |
| When calling a class that hasn't been defined, __autoload will attempt to include the correct file for that class. This function get's called by PHP. Never call this function yourself. param: string $class return: boolean |
| jexit($message = 0) X-Ref |
| Global application exit. This function provides a single exit point for the framework. param: mixed Exit code or string. Defaults to zero. |
| jimport( $path ) X-Ref |
| Intelligent file importer param: string $path A dot syntax path |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |