Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Front end entry point. More...
Go to the source code of this file.
Enumerations | |
enum | ABS_ROOT |
absolute path to the ROOT directory More... | |
enum | BASE_PATH |
base path definition from which generate links More... | |
enum | DS |
operating system directory separator More... | |
Variables | |
$core = new core() | |
core instance, renders the whole application |
Front end entry point.
Every request passes from here, except from the ajax requests which points tio single class methods.
Definition in file index.php.
enum BASE_PATH |