Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

File/loader.php

Description
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  • version: $Id: loader.php 10381 2008-06-01 03:35:53Z pasamio $
Classes
Class Description
 class JLoader
Constants
DS = DIRECTORY_SEPARATOR (line 15)
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  • version: $Id: loader.php 10381 2008-06-01 03:35:53Z pasamio $
Functions
jexit (line 174)

Global application exit.

This function provides a single exit point for the framework.

void jexit ([mixed $message = 0])
  • mixed $message: Exit code or string. Defaults to zero.
jimport (line 185)

Intelligent file importer

  • since: 1.5
  • access: public
void jimport (string $path)
  • string $path: A dot syntax path
__autoload (line 159)

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.

  • since: 1.5
  • access: public
boolean __autoload (string $class)
  • string $class

Documentation generated on Sat, 14 Nov 2009 11:15:32 +0000 by phpDocumentor 1.3.1