|
Project Information
Members
Featured
Downloads
|
RedMVC is a lightweight PHP MVC framework. It is inspired by Zend Framework and other MVC frameworks. It uses PHP 5.3 features like namespaces and late static binding. I created this framework for a school project, because we could not use an existing one. When you are familiar with Zend Framework, than there is a minimal learning curve. RedMVC uses the same folder structure and controller/view/viewhelper syntax. Features:
Future versions will support modules and multiple translation adapters. Class examples:http://code.google.com/p/red-mvc/wiki/Class_examples MVC Documentation:http://code.google.com/p/red-mvc/wiki/MVC_Documentation API Documentation:http://red-mvc.googlecode.com/svn/tags/api_documentation/index.html |