Yii 1.0.6
A new version of the Yii PHP framework has been released. It includes more than twenty improvements and a dozen fixes.
Main goodies:
- The console now knows how to generate models for the entire database immediately. This takes into account foreign keys to create relationships.
- Improved logger: can save error context , can profile SQL .
- Error display can be done through the controller .
- File cache: CFileCache.
- Ability to disable all default routes and use only those described explicitly (CUrlManager.useStrictParsing).
Full list of changes.
Trying and updating.
Main goodies:
- The console now knows how to generate models for the entire database immediately. This takes into account foreign keys to create relationships.
- Improved logger: can save error context , can profile SQL .
- Error display can be done through the controller .
- File cache: CFileCache.
- Ability to disable all default routes and use only those described explicitly (CUrlManager.useStrictParsing).
Full list of changes.
Trying and updating.