Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
include.php File Reference

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.

Detailed Description

Includes core classes and provides an autoload method.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file include.php.


Function Documentation

__autoload ( class)

Auto includes the requested class model or exits with error.

Parameters:
mixed$classname of the model class
Returns:
void

Definition at line 43 of file include.php.

+ Here is the call graph for this function: