[ Index ]

PHP Cross Reference of Joomla 1.5.25

title

Body

[close]

/libraries/ -> loader.php (summary)

(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

Defines 1 class

JLoader:: (5 methods):
  import()
  load()
  __autoload()
  jexit()
  jimport()


Class: JLoader  - X-Ref


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: Mon Nov 14 16:47:20 2011 Cross-referenced by PHPXref 0.7.1