Hezký večer,
$this->getPresenter()->redirect("Udaj:editace");
jak přidám parametr? routa je udaj/editace/<id> a já potřebuju do toho redirectu výše dostat nějak to id, ale nic jako mezera apod nefunguje.
Děkuji
$this->getPresenter()->redirect("Udaj:editace", array('id' => $id));
$this->getPresenter()->redirect('Udaj:editace' $id);