Top "Zend-route" questions

Routing in Zend Framework's MVC implementation.

How to access route, post, get etc. parameters in Zend Framework 2

How can I get various parameters related to the page request in zf2? Like post/get parameters, the route being …

php file-upload zend-route zend-framework2
Set url parameter in redirect in zend framework v2

I have following redirect script in my controller (Zend Framework 2) return $this->redirect()->toRoute('default', array( 'controller' =&…

routing url-routing zend-route zend-framework2
Unable to render template zf2

I have created new module called 'currency' and configured routes in module.config. It is working fine. After that I …

php zend-framework2 zend-route
404 The requested URL could not be matched by routing

I'd just started to learn zend-framework and following this user guide. I'm able to successfully install the zend skeleton application …

php zend-framework zend-framework2 zend-route
ZF2 optional route constraints in child routes

I'm having an issue with an optional constraint in a route that is non-optional in it's children. My routing structure …

php zend-framework2 zend-route
Zend Framework 2 segment route required segment

I am trying to make a route (or two) that will let me invoke two different actions with the below …

php routing zend-framework2 zend-route zend-framework-routing
URL rewriting for Magento module

I have created a New Module in Magento and named it as "article". It has two Front end controllers index …

php magento module url-rewriting zend-route