Question: How to define routes in CakePHP?Answer: // Routes in CakePHP are defined in the 'config/routes.php' file. You can use the 'Router::connect' method to define routes. |
Is it helpful?
Yes
No
Most helpful rated by users: