Download the Recess PHP Framework
Latest Stable Release: 0.20
Download: Zip or Tarball
Latest Edge Release: http://www.github.com/recess/recess/
Installation Instructions
Requirements
- Apache
- mod_rewrite suggested
- PHP 5.2.4 or greater
Release Log
Historical release downloads can be found on GitHub.
Version 0.20 on 2009-08-07
- Refined, More Extensible Core Classes
- Custom Annotations
- Simpler Directory Structure
- New Views, Layouts, Parts, and Blocks
- Content-Negotiation and Format based View Selection
- Runs in PHP 5.3
Version 0.12 on 2009-03-31
- jQuery included in distribution for off-line support
- Fixed sporadic behavior when text editors like emacs create temporary files in src directories
- Improved installation support detecting availability of PDO, SqlitePdo, and MySql PDO
- Many other minor bug fixes
Version 0.11.1 on 2009-02-18
- Unit Tests Support PHPUnit
- Existing tests migrated from SimpleTest to PHPUnit
- Smarty moved to an external package
- Regression fix from 0.11
Version 0.11 on 2009-02-17
- Numerous bug fixes
- Improved MySQL support
- Scaffolding improvements
- Updated urlTo API "Controller::methodName"
Version 0.10 Public Preview on 2008-12-25
- First public release of the Recess PHP Framework