CakePHP 1.2
CakePHP 1.2.0.4206_dev kommt mit einigen Verbesserungen daher:
- New Validation class
- FormHelper is improved and extended. Bake yourself some new views using the latest code.
- EmailComponent: send some emails in plain text, html, or both.
- SecurityComponent: now supports HTTP_AUTH through var $requireLogin.
- Pagination: check out the paginate method in the Controller class and the PaginatorHelper. Its pretty simple. try using $this->paginate(); instead of $this->Model->findAll();.
- Url extensions: specifying the content type of the request is easy with Router::parseExtensions() added to /app/config/routes.php and the RequestHandler. Things like XML and RSS can be added without changing your controller code. Views are mapped to /app/views/
/ / .ctp - Datasources: The database is not the only place you might store data. So, having multiple datasources will allow you to access them through model methods.
- I18N support
Im neuen Jahr werde ich mich in jedem Fall wieder mehr mit CakePHP beschäftigen. CodeIgniter ist sehr cool und hat eine schön flache Lehrnkurve, aber zumindest für grosse Projekte lohnt sich die Mühe CakePHP zu erlernen.

