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 |
Who developed yii?
In yii, how to get ip address?
What is the naming convention in yii framework?
Can you remember what is directory structure when you downloaded yii?
How to include a javascript menu through a site?
Why do yii run so fast?
Explain the application life cycle of yii framework ?
Benifits of yii over other frameworks?
What is cformmodel in yii framework ?
Please list basic server requirements to install yii 2 framework?
How we can get current controller & action name in yii?
What is the difference between yii & yii2?