CakePHP - Rapid Development FrameWork
CakePHP is a rapid development framework based on design patterns like: ActiveRecord, Association Data Mapping, Front Controller and MVC (Model-View-Controller).
It was modelled after Ruby on Rails, and it works on PHP4 and PHP5. It is easy to install and configure and works with/without mod_rewrite.
Some simple examples you can find here: CakePHP Tutorials
Here is nice list of PHP MVC frameworks: PHP MVC Frameworks
|