Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Files | |
file | admin.php |
Entry point for the administrative area. | |
file | index.php |
Front end entry point. | |
file | pointer.php |
Front end entry point used to call a specific class method (and get its output). | |
file | pointer.php |
Entry point used to call a specific class method in the administrative area (and get its output). |
Group of file which are entry points for the application.
There are two kinds of entry point, one used to render the whole document and the other used to render only the output of a controller method