What is the first file that gets loaded when you run a application using yii?
Answer Posted / 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 |
Post New Answer View All Answers