Hi,
I have my ZF1 controllers devided in different modules. Now I want to port the whole stuff to ZF2. Because I have a route which "rules them all" I want something like in ZF1. Example: /modulename/controller/action/key1/value1/key2/value2/... But holy moses is that difficult to achieve with the current docs. I know that they are not complete, but I don´t think i´m the only one with that use case. I read this: http://packages.zendframework.com/docs/latest/manual/en/user-guide/routing-and-controllers.html and the docs for the segmented route, but I can´t figure it out ;) I think I have to put them in the module.config.php of the application, because of the "rule them all"-rule. But how can I set the route? Greetings Marc
