What is the first file that gets loaded when you run a application using cakephp?can you change that file?
Answer Posted / Ajay Singh Khadwal
When you run a CakePHP application, the entry point is typically set in the webroot/index.php file. This file loads the core files and bootstraps your application. However, it's not recommended to modify this file directly as it might lead to unexpected issues. Instead, changes should be made within the application folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category