zendexperts.com
Custom Routing in Zend Framework 2 » Zend Experts
http://www.zendexperts.com/2012/12/09/custom-routing-in-zend-framework-2
Custom Routing in Zend Framework 2. December 9th, 2012 by Cosmin Harangus. Leave a reply ». Routing in Zend Framework 2 is very simple to use and configure if your needs are limited to only the classes provided by the MVC component. You can find some clear examples and a good tutorial on how to configure routes in the ZF2 documentation. There you will also find more information about some of the move advanced topics discussed in this article. OK… so how do you do it? Zend Mvc Router Http RouteInterface.