InterviewSolution
Saved Bookmarks
| 1. |
Please write the name of Cakephp database configuration file name and its location? |
|
Answer» It's DEFAULT file name is DATABASE.php.default. We can USE this file to CONFIGURE with database. This file is located in "/app/config/database.php.defaut". |
|