RoutingRoute (namespace)
Namespace Cake\Routing\Route
Class summary
-
This route class will transparently inflect the controller, action and plugin routing parameters, so that requesting
/my-plugin/my-controller/my-action
is parsed as['plugin' => 'MyPlugin', 'controller' => 'MyController', 'action' => 'myAction']
-
This route class will transparently inflect the controller and plugin routing parameters, so that requesting
/my_controller
is parsed as['controller' => 'MyController']