I am refreshing a page in my controller with return $this->redirect($this->request->here);
Which works great.
But I want to add a GET variable to the refresh. Does anyone know how to do this?
It is not possible to use the Cakephp redirect function with controller and action because of the routing I am using. So this is not going to work for me