New screencast about Yii
Jeffery Winesett just made a new screencast showing how to set up Yii development environment and create the first Yii Web application. More screencasts are coming. Please keep an eye on it.
Jeffery Winesett just made a new screencast showing how to set up Yii development environment and create the first Yii Web application. More screencasts are coming. Please keep an eye on it.
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:
We are very proud to announce that Yii has a new official project site! This is a complete rewrite of the old site, with brand new designs and many new features. We hope you all like it!
We are very pleased to announce the release of Yii Framework version 1.1.4!
In this release, we included more than 60 bug fixes and feature enhancements. Some of the important enhancements include: Added support for automatic action parameter binding from $_GET; Added CSqlDataProvider and CArrayDataProvider; Added CUrlManager::addRules() to support dynamic addition of URL routing rules; And refactored CActiveRecord so that CActiveRecord::with() always returns the AR object itself. For the complete list of changes in this release, please see the changelog.
We are very glad to have three new members joining our developer team. Their forum IDs are samdark, Y!! and mdomba. For people who visit our forum constantly, you may know these new members very well already. They are very helpful at answering questions raised in our forum, developing and sharing Yii extensions, and helping resolve Yii issues. We believe Yii will move forward faster with these new additions to our team.
We are very pleased to announce that the first Yii book is published today! The book is titled Agile Web Application Development with Yii1.1 and PHP5. Thanks to Jeffrey Winesett for his hard work in turning this into reality. We believe this book will help people to master Yii more quickly and systematically.
The main content of this book include:
We are very pleased to announce the release of Yii Framework version 1.1.3.
In this release, we fixed more than 20 bugs and added more than 50 enhancements. Please check the change log for complete list of changes.
Thank you for your support!
We are very pleased to announce the release of Yii Framework version 1.1.2.
One of the main enhancements introduced in 1.1.2 is called gii, a highly customizable and extensible Web-based code generating platform. Using gii, one can quickly generate the code for his specific needs and in his favorite style via an intuitive Web interface. Other than gii, we also included 20 bug fixes and more than 20 minor enhancements, such as changing relations and validation rules on-the-fly for ActiveRecord, new jQuery-UI-based autocomplete, etc.
Upgrading to 1.1.2 from 1.1.1 should require minimal effort. If you upgrade from earlier versions, please refer to the included upgrading instructions.
We are very pleased to announce two releases of Yii Framework: 1.1.1 and 1.0.12.
The long-awaited 1.1.1 release is a major service pack to the previous 1.1.0 release. In this release, we fixed more than 20 bugs. We also included numerous new features, some of which are expected to further accelerate development speed using Yii. For example, the new CActiveForm widget allows developers to easily build HTML forms that support both client- and server-side validation by writing validation rules only once; The CGridView widget now supports filtering; And the Yii code generator tool will now generate the code implementing searching and filtering features. Please check the change log for complete list of changes.
The 1.0.12 release is a maintenance release of 1.0 branch. It mainly includes a few minor bug fixes and features. Upgrading to this release from the earlier 1.0.x releases should be very safe.
We are very excited to announce the stable release of Yii Framework v1.1!
This release marks a major milestone in the Yii framework development. It represents more than one year's hard work of the developer team and the Yii community. We hereby thanks to everyone who supports and contributes to Yii.
In this release, we include numerous new features to the already powerful Yii framework. We added a PHPUnit-based testing framework so that developers can more easily write unit tests and functional tests; We added a form builder so that commonly used HTML forms can be built in terms of objects and thus enhance their reusability; We added support for changing skins for widgets globally; We also modified the way of performing relational ActiveRecord queries so that they are more intuitive and easier to use.
Besides all these core feature enhancements, in this release we also include a set of official Yii extensions (under the name of the zii project). In this library, users may find many useful and powerful extensions, such as the whole set jQuery UI widgets, data grid, list view, detail view, and so on. All these further help to further enhance your rapid development experience using Yii.