What is name of first file the loaded when yii 2.0 framework starts?
Answer / Man Singh
The entry point for Yii 2.0 Framework is the index.php file located in the web root folder of your project. This file initializes the framework and sets up autoloading, route handling, and error handling.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's new in yii release 2.0?
How can you include a javascript menu throught the site? Give steps
Explain the yii versions?
How to use delete(), insert() and save() methods in yii2?
What are the steps to install yii 2.0 framework?
How do you continue when you have to use yii for any application?
What is cactiverecord in yii framework ?
What are the directory structure of yii?
What is the purpose of “gii” in yii2?
How to install yii framework?
How do we extend yii?
Explain directory structure of yii 2 framework?