Tagged Questions
10
votes
3answers
6k views
Shorten Zend Framework Route Definitions
How can I shorten the definition of my custom routes in Zend Framework? I currently have this as definition:
$route = new Zend_Controller_Router_Route(
":module/:id",
array(
"controller" => ...