I absolutely love CakePHP. Cake is a Rapid Development Object Oriented, MVC framework for PHP that is modeled after Ruby on Rails. Using concepts like ORM (Object Relational Mapping) with ActiveRecord, Helpers, and the MVC (Model, View, Controller) paradigm, CakePHP eases development by creating an extremely DRY (Don’t Repeat Yourself) codeing environment. Gotta love all those acronyms.