Fork me on GitHub


Routing is an integral part of the Zend Framework 2 MVC system. It takes your request and extracts parameters out of it for further processing. This talk will introduce you to the powerful feature of the new routing process and will enable you to use the router to its full extent. This includes utilizing B-tree routing for better performance, having localized routes and much more.