Yii is an open source Framework. It is an object oriented. It is component based MVC PHP modern web application framework. It provides secure and professional features to create robust projects rapidly. In October 2006, after ten months of private development, the first alpha version of Yii was released, followed by the formal 1.00 release in December 2008. Current version is Yii v2.0.30 / November 19, 2019.
what is the first file that gets loaded when you run a application using Yii?
What is Model,View,Controller?
What is the naming convention in Yii?
What is the first function that gets loaded from a controller?
Can you list some database related functions in Yii?
how can you include a JavaScript menu thought the site? give steps?
How to install or setup Yii-framework in your local system?
How to configure Yii aplication with database?
What are the features of Yii Framework?
How you can create and work with different module in Yii?
What is ‘Gii’ and why it is used?
What is the difference between render and renderpartial?