MvcSkel Framework¶
MvcSkel is open source web development framework written in PHP5. It provides good basis for professional web developers because it integrates industry leading practices and libraries. Framework developed and maintained by Whirix and also became an important part of IS2LAB. We used this solution in many projects, that's why we strongly believe that MvcSkel will be useful for professional web development.
Features¶
- Lightweight Model-View-Controller pattern implementation.
- Use Doctrine library for database access.
- Integrated Smarty Template Engine.
- Flexible form validation.
- Powerful access control components.
- Minimal YAML based configuration.
- Smooth AJAX integration.
Documentation¶
- Installation
- Basic Principles
- Create Simple Pages
- Create Lists
- Create Forms
- Database usage
- Working with AJAX
- Authorization and Access Control