![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Classes which forms the core of the framework. More...
Collaboration diagram for Framework core:Files | |
| file | functions.php |
PHP functions used a bit everywhere. | |
| file | include.php |
Includes core classes and provides an autoload method. | |
| file | tables.php |
Contains system database tables definition. | |
| file | varFilters.php |
PHP functions used a to work with strings. | |
Data Structures | |
| class | access |
| Class used to check the user privileges. More... | |
| class | adminTable |
| Class which generates automatically the backoffice for the management of a database table. More... | |
| class | authentication |
| Class used to check user login/logout actions. More... | |
| class | cache |
| cache super class More... | |
| class | captcha |
| Class used to generate captcha images. More... | |
| class | controller |
| Controller class of the MVC pattern, is the class used to control a model object and call the desired views. More... | |
| class | core |
| The core of the web application. More... | |
| class | dataCache |
| Cache implementation to store data structures. More... | |
| class | db |
| Database factory, returns a database object instance depending on the DBMS configuration setting. More... | |
| interface | DbManager |
| Database client interface. More... | |
| class | document |
| Class which renders the html document. More... | |
| class | dtime |
| Class for the management of date and time strings. More... | |
| class | Error |
| Abstract class for the management of system errors, errors due to wrong actions of the user, warning messages. More... | |
| class | export |
| Data exportation class. More... | |
| class | form |
| Class used to manage forms. More... | |
| class | image |
| Image manipulation class. More... | |
| interface | Itheme |
| The common interface for all theme classes. More... | |
| class | model |
| Model class of the MVC pattern, is the class used to represent a database record object. More... | |
| class | outputCache |
| Cache implemetation to store html/text/xml outputs. More... | |
| class | pagination |
| class used to manage paging of lists or content More... | |
| class | registry |
| Global framework registry. More... | |
| class | router |
| Framework router class. More... | |
| class | search |
| Full text search tool (mysql DBMS) More... | |
| class | singleton |
| Singleton primitive class. More... | |
| class | template |
| Class used to manage and parse templates. More... | |
| class | templateFactory |
| Factory Class which creates concrete templates objects. More... | |
| class | theme |
| the primitive theme class More... | |
| class | view |
| View class of the MVC pattern, is the class used to manage the module's views. More... | |
Classes which forms the core of the framework.