Re: Yii PHP Framework 1.0.5 is released [message #175448] |
Mon, 26 September 2011 07:24 |
stas_at_codelobster_d
Messages: 2 Registered: May 2011
Karma: 0
|
Junior Member |
|
|
responding to
http://www.1-script.com/forums/Yii-PHP-Framework-1-0-5-is-released-article1 15674--7.htm
clod wrote:
Qiang Xue wrote:
> We are very pleased to announce the release of Yii Framework v1.0.5!
> You can download this new release from the Yii download site:
> http://www.yiiframework.com/download/
> In this release, we included nearly thirty feature enhancements and a
> dozen of bug fixes. Some of the major feature enhancements are
> summarized as follows.
> We made several significant improvements to the ActiveRecord (AR)
> feature in Yii. We implemented named scopes (thanks to Ruby on Rails
> for its inspiration) in AR, which allows us to write snappy and
> chainable queries like
> Post::model()->published()->recently()->findAll
> (). We further improved the lazy loading feature of AR by supporting
> on-the-fly query options. We also added support for using Oracle with
> AR, thanks to our community member Ricardo for his generous
> contribution.
> We enhanced the URL management functionality. In particular, sub-
> patterns can now be used in URL routes. This makes the two-way URL
> management (URL routing and creation) in Yii even more powerful.
> While we are adding many new features, performance remains to be a
> central piece in Yii. In this release, we optimized the database
> queries used in role-based access control (RBAC). We also added
> support for caching the result of RBAC.
> A list of all enhancements and issues resolved in this release can be
> found at:
> http://www.yiiframework.com/files/CHANGELOG-1.0.5.txt
> Thank you for your support! And special thanks to those who
> participated in
> the Yii translation project.
> The Yii Developer Team
> http://www.yiiframework.com
> ABOUT YII FRAMEWORK
> Yii is a high-performance component-based PHP framework best suited
> for developing large-scale Web 2.0 applications. Yii comes with a full
> stack of features, including MVC, DAO/ActiveRecord, I18N/L10N,
> caching, jQuery-based AJAX support, authentication and role-based
> access control (RBAC), scaffolding, input validation, widgets, events,
> theming, XSS protection, Web services, and so on. With its thorough
> documentation and a friendly user community, Yii is easy to learn and
> can help you cut down your application development time significantly.
-------------------------------------
I would like to suggest good free PHP IDE for Yii framework - <a
href="http://www.codelobster.com">Codelobster PHP Edition</a>
|
|
|