Hi,
I need to get all parameters from an URL like this one
I can get the controller with $this->dispatcher->getControllerName() When I use $this->dispatcher->getParams(), I only get a one-value-array with [0] => 'keywords'.
My Problem is, that the amount and the names of the parameters are variable.
What is the right way? Thanks a lot! Aljoscha