Medick 0.2.2 Released
Medick, the PHP Framework, has been released.
This is version 0.2.2 and for download, you can use one of berlios mirrors. Click here if you preffer a zip package.
Changelog
- Testor, a new sample application for medick
- added: Route requirements
- added: Cookie class, still a work in progress, but one can use this to set a Cookie on response or to get the cookies from request.
- added: CreoleSessionContainer a session handler for php on top of Creole.
- fixed: FormHelper::check_box, will work, but make sure to read more on how to use this method
- fixed: ActiveRecordHelper::error_messages_on() was implemented
- fixed: Storing an ActiveRecord object in session will work now
- fixed: Rewrite on/off setting in app.xml
- fixed: Uniqueness of Validator when updating an ActiveRecord Object.