Hello, I want to use this syntaxe in a route:
$this->redirect(array("for" => "countries-list"));
But i will have and some params like id and the question is how can I pass additional params if i want to use this syntax?
Does exist something like :$this->redirect(array("for" => "countries-list","param1" => $id)); ???