What is the first file that gets loaded when you run a application using cakephp?can you change that file?
Answer / 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 |
Write the latest version of cakephp?
List types of association supported by cakephp?
How to read, write and delete session in cakephp?
What are components in cakephp.
explain the server requirements for cakephp.
Name some commonly used components in cakaphp?
Which is better cakephp or codeigniter?
How can you include a javascript menu throughout the site. Give steps.
Using cakephp, what all are drawbacks?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
What are the key features of cakephp? explain