What is default function for a controller?
Answer / Sangh Shailendra Gautam
The default action or function for a CakePHP controller is index().
| Is This Answer Correct ? | 0 Yes | 0 No |
How to api integration in cakephp 3
Is cakephp a mvc?
What is the default extension of view files in cakephp?can we change it?if yes then how?
What is the folder structure of cakephp?
How to add scaffolding in your application?
In cakephp, which function is first executed before every action in the controller?
How can you include a javascript menu throughout the site. Give steps.
How to include components in controller ?
How we can call a model from view in cakephp?
What do you mean by habtm?
What is a layout?
What is composer? How to create a cakephp project using composer?