Dannymh
Active member
Hi,
I am trying to pass paramaters to responseReroute with the following code
Looking in eclipse at the documentation for this it says that the last section should be able to handle key/value pairs as parameters.
However it looks like these are being ignored. I want to basically display the same thing that would show if the user went to the URL yoursite/mvp/list.2/
Is there another or better way to do this?
I am trying to pass paramaters to responseReroute with the following code
PHP:
return $this->responseReroute(__CLASS__, 'Manageplayers', array("id" => 2, "title" => 'list'));
Looking in eclipse at the documentation for this it says that the last section should be able to handle key/value pairs as parameters.
However it looks like these are being ignored. I want to basically display the same thing that would show if the user went to the URL yoursite/mvp/list.2/
Is there another or better way to do this?