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 |
Which is better cakephp or laravel?
What is composer? How to create a cakephp project using composer?
What is validation model in cakephp?
What are components in cakephp.
What is the default extension of view files in cakephp?can we change it?if yes then how?
What is the use of $this->set();
What are commonly used components of cakephp?
List minimum server requirements to install cakephp?
What do you mean by habtm?
In cakephp, which function is first executed before every action in the controller?
What is helper in cakephp?
What are components in cakephp. List some commonly used cakephp components?