What do you mean by component in cakephp? List some commonly used components.
Answer / Ravinder Kumar Singh
In CakePHP, the default extension for view files is .ctp (CakePHP Template). If you want to change it, you can modify the $viewClass variable in your app/Config/routes.php file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
What is the folder structure of cakephp?
How can you make urls search engine friendly while using cakephp?
Name some commonly used components in cakaphp?
Please provide controllers naming convention in cakephp?
Please write the name of cakephp database configuration file name and its location?
Explain cakephp?
How we can set custom page title in cakephp?
How many types of caches does cakephp support? Explain
How many types of caches does cakephp support?
Write the latest version of cakephp?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?