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_table.php |
Template of the admin list view (list of model items in back office), see adminTable. | |
file | admin_table_filter.php |
Template of the admin list view with filters (list of model items in back office), see adminTable. | |
file | manage_table.php |
Template for the autogenerated Backoffice wrapper (items list and forms are wrapped in this template) | |
Data Structures | |
class | adminTable |
Class which generates automatically the backoffice for the management of a database table. More... |
With a few lines of code is possible to handle the insertion, modification, deletion and export of data of a database table.
If there is a need to implement specific behaviour it is possible to extend the adminTable class in order to modify or add the desired functionality.