/loader.php
Description
Classes
| Class | Description |
|---|---|
JLoader
|
Functions
Intelligent file importer
void
jimport
(string $path)
- string $path: A dot syntax path
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.
boolean
__autoload
(string $class)
- string $class
Documentation generated on Tue, 29 Jan 2008 18:48:11 +0000 by phpDocumentor 1.3.1


