Yii Framework Interview Questions and Answers

Yii Framework Interview Questions and Answers

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 Yii framework?

Why Yii is so fast?

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 component, helper and why are they used, is there other way we can do same thing, what is better?

What is the first function that gets loaded from a controller?

What is Habtm?

How can we use ajax in Yii?

If you have to validate a registrations module for a user, what all can be possible ways, which one is the best?

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?

How to Files uploads in Yii?