Please write the name of cakephp database configuration file name and its location?
Answer / Devaj Pandey
The configuration file for the database in CakePHP is named `database.php` by default. Its location varies depending on your project structure, but it's usually located within the 'config' folder or a subfolder named 'dbconfig'.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of caches does cakephp support?
Can you list some database related functions in cakephp?
What are the key features of cakephp? explain
What is default function and default controller of cakephp which is called automatically?
How to read, write and delete session in cakephp?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
List some of the features in cakephp?
How we can get current url in cakephp?
What is the use of cakephp?
How can we use ajax in cakephp?
Is cakephp a mvc?
What are components in cakephp.