What is default function and default controller of cakephp which is called automatically?
Answer Posted / Sudhir Yadav
In CakePHP, when you navigate to the root URL (e.g., example.com), the default function is 'index' and the default controller is 'App', as defined in the routing configuration. So, by default, the 'index' action of the 'App' controller will be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category