Design Patterns: Web Framework
Marcin Staniszczak (contact me)
This is an extensive framework package that implements the MVC (Model-View-Controller) design pattern.
It features:
- Actions and action-chains
- The ability to call to other actions or action-chains from an action-chain,
- Pre and post-actions with exceptions,
- Validators for simple forms
- Client side validators
- Support for DB settings in framework
- Support for DB connections
- Support for template systems such as web.template and Smarty
- A router for mapping URLs
- Tokens
- Authorization frames
- AJAX
- Session DB handler (you can use it if you need it)
Click here for detailed information about this class on phpclasses.org