What is the folder structure of cakephp?
Answer / Sidharth Kumar
The folder structure of CakePHP typically follows this pattern:nn- app/n| - Config/n| - Controller/n| - Model/n| - View/n| - Vendor/n- webroot/n| - css/n| - js/n| - img/
| Is This Answer Correct ? | 0 Yes | 0 No |
When cakephp was developed?
What are the server requirements for installing cakephp?
List some of the features in cakephp?
What are component, helper and why are they used?
What are sessions in php.
What do you mean by hooks in cakephp ?
How to set layout in the controller?
What is the folder structure of cakephp?
What is the difference between component, helper, behavior?
What is a helper and list some common helpers name used in cakephp?
What are components in cakephp. List some commonly used cakephp components?
What do you mean by scaffolding used in cakephp?