My favorites | Sign in
Project Home Downloads Wiki Issues Source
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:

  • >= PHP 5.3
  • Fast
  • Autoloading
  • Namespacing (PSR-0 Standard)
  • Events
  • Multiple database types support (all supported by PDO)
  • DataTable class
  • Abstract model class
  • Image Manipulation (GD-Lib) class
  • Color class
  • Feed (Reader/Writer)
  • Browser detection
  • i18n (array format)
  • Form class
  • Auth
  • Acl
  • Mail class (attachments, priority)
  • Zend Framework-like MVC approach
  • Code Generator (controller/views, models)

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

Powered by Google Project Hosting