Yii 1.1.7 is released
#1
Posted 27 March 2011 - 01:58 PM

POPULAR
We are very pleased to announce the release of Yii Framework version 1.1.7. This new version is now available for download from the Yii site:
http://www.yiiframework.com/download/
This released added a lot of exciting new features. To name a few, Yii now has: RESTful URL Support, Query Caching, Parameter Binding for Class-based Actions, Seamless Client-side Validation, Passing Parameters to Relational Named Scopes, Using 'through' with HAS_MANY and HAS_ONE, Using Transactions in DB Migration, and Registering and Using Custom Script Packages. You may find more details about these features in the following pages:
http://www.yiiframework.com/news/45/
http://www.yiiframew...c/guide/changes
As always, thank you for your support!
Yii Developer Team
#2
Posted 27 March 2011 - 02:06 PM
Can't wait to check it out!
doodle
#3
Posted 27 March 2011 - 02:36 PM
Also, the improved documentation rocks
Great job, guys!
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework
#4
Posted 27 March 2011 - 03:00 PM
#5
Posted 27 March 2011 - 03:55 PM
Quote
o/
Thanks for the hard work, guys
Cheers
Extensions:
translate modue - module to handle translations
multiActiveRecord - db selection in models
redisCache - redis cache component
mpCpanel - interact with cpanel api
mUploadify - use uploadify uploader in your application
Gustavo Salomé Silva
#6
Posted 27 March 2011 - 03:56 PM
#7
Posted 28 March 2011 - 12:02 AM
#9
Posted 28 March 2011 - 04:20 AM
My extensions:
ActiveResource for Yii - the RESTful equivalent to ActiveRecord | Neo4Yii - wrapper for the Neo4j graph database | EPhpThumb - a simple, lightweight wrapper for the phpThumb library
Get social:
Circle me on Google Plus
Follow me on Twitter
#10
Posted 28 March 2011 - 04:26 AM
Great jobs Thank's
Now Downloadi...ng
#11
Posted 28 March 2011 - 06:19 AM
I've downloaded.
Thanks for you all developer.
#12
Posted 28 March 2011 - 06:39 AM
#14
Posted 28 March 2011 - 07:04 AM
Also wanna ask for next extension of cache functionality, that u introduced lately: caching of relational records. In that case there will be a correct way to cache all lazy loading AR. If it's already possible, then update documentation, coz i can't understnad how to use it with relations.
P.S.: right now i can't use lazy loading, that's why i use 'together'. With ability to setup cache inside of relations, i will use lazy loading.
P.P.S.: of course i can use 'hack' inside of view (like 'echo $a->cache(60)->user->login'), but it's not so beautiful as ability to setup cache inside of relations.
#15
Posted 28 March 2011 - 07:25 AM
- Dana
Sr. Developer at Envisage International
D.H. Luther - Web Design & Development
Dana's Yii Blog
Extensions:
ChildrenRequiredValidator | ESitemap | EStrongPassword | ES3
#16
Posted 28 March 2011 - 08:19 AM
Amazing job you guys
#17
Posted 28 March 2011 - 08:55 AM
The problem is communication! Excess of communication!
#18
Posted 28 March 2011 - 10:33 AM
Can I make one suggestion for the documentation?
The HAS_ONE example for the new 'through' association does not have a great data model. Could it be changed to something more proper? In the example cited, the content of user, address, and profile are really all attributes of the same data rather than associated data that should be in another table.
Speaking as a relative newbie to Yii the documentation is really helpful not only as a reference but also for examples of how to do something or why it is done that way.

Help























