EnLib » System engine- MVC (Days_Model, Days_View, Days_Controller) - basic concepts necessary to work with framework
- Days_Config - work with the configuration of the site
- Days_Db - work with database
- Days_Db_Table - implementation ORM representation of database tables
- Days_Engine - starting point of entry
- Days_Event - implementation of observer design pattern
- Days_Log - logging errors and debugging information
- Days_Request - request from the user's browser
- Days_Response - response to the user's browser
- Days_Url - work with the url address
Under development- Days_Acl (Aceess Control List) - delineation of rights of access to sections of the site
- Days_Filter - filtering data coming from the user (also known as validation or verification of data)
- Days_Form - processing of data coming from html forms
- Days_User - work with user (authorization, authentication, end of session)
|