Yii is een component-based PHP-framework, met volgens de ontwikkelaars zeer goede prestaties, die bijzonder geschikt zijn voor het ontwikkelen van grootschalige webapplicaties. Het framework bevat tal van opties, zoals MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, scaffolding, input validation, widgets, events en theming. Voor meer informatie verwijzen we door naar deze pagina. De ontwikkelaars hebben enkele dagen geleden versie 1.1.5 uitgebracht met de volgende aankondiging:
Yii PHP Framework 1.1.5 is released
We are very pleased to announce the release of Yii Framework version 1.1.5. This new version is now available for download from the Yii site:
This release includes more than 80 bug fixes and feature enhancements. Just a few of the highlights include:For the complete list of changes in this release, please see the change log and important feature additions.
- support for using actions in console commands, which take command line options as the parameters to the actions
- support for theming views rendered by widgets
- support for importing and autoloading PHP 5.3 classes that are taking advantage of using namespace
- support for returning ActiveRecord results indexed by a specified attribute
If you plan to upgrade from an older version to 1.1.5, refer to the upgrade instructions.
Thank you for your support!
The Yii Developer Team