What is the first file that gets loaded when you run a application using yii?
Answer / Naresh Kumar
When running a Yii application, the entry point is the index.php file located in the web root folder of your project. This file initializes the framework and loads the config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Provide steps to install yii 2 framework?
Explain the difference between homeurl and baseurl in yii2?
How to change the existing style of yii pagination?
Benifits of yii over other frameworks?
What is name of first file the loaded when yii 2.0 framework starts?
What are the core components of yii2 framework?
How to get current url in yii?
Explain naming convention in yii 2 framework?
How to get current controller name?
How we can remove index.php from url in yii?
How to enable the pretty url format in yii2?
What are the directory structure of yii?