Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. 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 9853 2008-01-04 15:43:29Z instance $
Classes
Class Description
 class JLoader
Functions
jimport (line 174)

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 Tue, 29 Jan 2008 18:48:11 +0000 by phpDocumentor 1.3.1