Since Yii 2 is in development, what is expected time-frame for Yii 1.* ?
When the support will be dropped ?
When the Yii 2 will be worth starting new application in it ?
Since Yii 2 is in development, what is expected time-frame for Yii 1.* ?
When the support will be dropped ?
When the Yii 2 will be worth starting new application in it ?
See the download page. All of your questions are answered there.
The general consensus is that you can start using Yii 2 if you’re aware of the caveats listed in this post.
Thanks, I overlooked download page because used to install via Composer.
P.S. Who can lift the newbie post limit - moderator, administrator ? I have the following questions but cannot post:
Is Apache Cassandra planned for NoSQL Active Record ? ( I do use it in my Yii 1 project, have some loose sub-implementation of CActiveRecord and relations )
Do i have to implement any certain interface in my own storage module ? I.e. are where any modules accepting ActiveRecord objects ( ActiveDataProvider ? )