Zend Framework create fully dynamic route while maintaining default routes

stodoFarshisa

New Member
I understand how to create a simple custom route in the form of\[code\]example.com/archive/:year\[/code\]However, I need to create a route in the form of\[code\]example.com/:make/:model\[/code\]Both path components are variables. At the same time I want to keep the default Zend Framework routing. How would I go about this?Thanks
 
Back
Top