Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Includes core classes and provides an autoload method. More...
Go to the source code of this file.
Functions | |
__autoload ($class) | |
Auto includes the requested class model or exits with error. |
Includes core classes and provides an autoload method.
Definition in file include.php.
__autoload | ( | $ | class | ) |
Auto includes the requested class model or exits with error.
mixed | $class | name of the model class |
Definition at line 43 of file include.php.