0

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

1

1 Answer 1

1
return $this->redirect($this->request->here . '?key=val');
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.