Zend Framework cleaning default routes when adding other
- by Renato Aquino
I have the following problem with Zend Framework.
My project has several controllers like Video,Category and Post.
The VideoController has an Action called categorylist, so the default URL/Route becomes /video/categorylist
Since the action requires 3 parameters I whant to add one simple route:
$router->addRoute(
'categorylist',
…