What is the difference between yii & yii2?
Answer / Deevesh Pratap Arun
Yii and Yii2 are different versions of the PHP framework. Yii1 was developed in 2008, while Yii2 was released in 2013. Yii2 has numerous improvements over its predecessor, such as better performance, more features, and support for modern PHP versions (5.4+).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is gii? Why it is used?
How to use delete(), insert() and save() methods in yii2?
How to set default controller on yii project ?
What are the advantages of yii framework?
How to generate crud code?
How to make layout in yii?
How do you continue when you have to use yii for any application?
What is cmodel class in yii 2.0 framework?
What is the naming convention inyii?
What are the type of models available in yii framework ?
In yii, how to get ip address?
How we can get current controller & action name in yii?