|
iTx Technologies offre gratuitement
|
||
[Vue de la source] [Imprimer] [Statistique du projet]
(aucune description)
| Copyright: | Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: loader.php 10381 2008-06-01 03:35:53Z pasamio $ |
| Taille du fichier: | 187 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Réferencé: | 0 fois |
| Inclus or requis: | 0 fichiers |
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 |
| Aucune 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 |
|
|
|
|