![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
| access | Class used to check the user privileges |
| adminTable | Class which generates automatically the backoffice for the management of a database table |
| authentication | Class used to check user login/logout actions |
| cache | Cache super class |
| captcha | Class used to generate captcha images |
| controller | Controller class of the MVC pattern, is the class used to control a model object and call the desired views |
| core | The core of the web application |
| dataCache | Cache implementation to store data structures |
| datetimeSettings | Datetime Settings model class |
| datetimeSettingsController | Datetime Settings module controller |
| db | Database factory, returns a database object instance depending on the DBMS configuration setting |
| DbManager | Database client interface |
| defaultTheme | Default theme class |
| document | Class which renders the html document |
| dtime | Class for the management of date and time strings |
| Error | Abstract class for the management of system errors, errors due to wrong actions of the user, warning messages |
| export | Data exportation class |
| form | Class used to manage forms |
| group | User group model class |
| groupController | Group module controller |
| image | Image manipulation class |
| indexController | Index module controller |
| Itheme | The common interface for all theme classes |
| language | Language model class |
| languageController | Language module controller |
| layout | Layout model class |
| layoutController | Layout module controller |
| login | Login model class |
| loginController | Login module controller |
| menu | Menu class, a wrapper for main site and administrative area menus |
| menuAdminTable | Back office management class |
| menuController | Menu module controller |
| menuVoice | Menu voice model class |
| model | Model class of the MVC pattern, is the class used to represent a database record object |
| mysql | MySQL client class |
| outputCache | Cache implemetation to store html/text/xml outputs |
| pageController | Page module controller |
| pagination | Class used to manage paging of lists or content |
| privilege | Privilege model class |
| privilegeController | Privilege module controller |
| registry | Global framework registry |
| router | Framework router class |
| search | Full text search tool (mysql DBMS) |
| singleton | Singleton primitive class |
| siteSettings | Site settings model class |
| siteSettingsController | Site settings module controller |
| template | Class used to manage and parse templates |
| templateFactory | Factory Class which creates concrete templates objects |
| theme | Primitive theme class |
| user | User model class |
| userController | User module controller |
| view | View class of the MVC pattern, is the class used to manage the module's views |
| whiteTheme | White theme class |