Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. The primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

From the Announcement:

A new release: CakePHP 0.10.4.x_beta is ready. This version is the fastest yet and comes with some new features and a complete bug fixes to date. We strongly fell this release is solid and stable and ready for production use. The API has not changed much so your apps should work with only a couple changes.


Key Features

- compatibile with PHP4 and PHP5
- supplies integrated CRUD for database and simplified querying
- request dispatcher with good looking, custom URLs
- fast, flexible templating (PHP syntax with helper methods)
- works from any website subdirectory, with little to no Apache configuration involved

You can download it from: http://cakeforge.org/frs/?group_id=23