Na drie jaar van hard werk is eindelijk versie 2.0 van het Yii PHP Framework uitgekomen. Yii is een component based php-framework, met volgens de ontwikkelaars zeer goede prestaties, die het bijzonder geschikt maken 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 naar deze pagina. De release notes voor deze uitgave zien er als volgt uit:
Yii 2.0.0 is released
Yii 2.0 is finally coming, after more than three years of intensive development with almost 10,000 commits by over 300 authors! Thank you for your support and patience!
As you may have already known, Yii 2.0 is a complete rewrite over the previous version 1.1. We made this choice in order to build a state-of-the-art PHP framework by keeping the original simplicity and extensibility of Yii while adopting the latest technologies and features to make it even better. And today we are very glad to announce that we have achieved our goal.
Below are some useful links about Yii and Yii 2.0:
- Yii project site
- Yii 2.0 GitHub Project: you may star and/or watch it to keep track of Yii development activities.
- Yii Facebook group
- Yii Twitter feeds
- Yii LinkedIn group
In the following we will summarize some of the highlights of this long awaited release. You may check out the Getting Started section if you want to rush to try it out first.