September 1st, 2009· The database ORM was enhanced for shorter and more elegant code.
· Your current model classes can extend DooModel for additional ORM functionality.
· A smart model cache (DooSmartModel) was implemented for automated data model cache management.
· It is a smarter version of DooModel.
· Form and model validation is done for before saving, creating, or deleting DB records.
· Validation rules can be generated with the model generator.
· Native PHP template support was improved for those who do not use the template engine.
· Bugfixes and improvements were made for cache class, controller, view, and ORM.