Skip to content

Instantly share code, notes, and snippets.

@olehwebdev
Created June 3, 2016 14:36
Show Gist options
  • Save olehwebdev/698811f1d796edf787a95aa49b3368c7 to your computer and use it in GitHub Desktop.
Save olehwebdev/698811f1d796edf787a95aa49b3368c7 to your computer and use it in GitHub Desktop.
Редирект на ту-же страницу в zf2
///Controller///
protected function serverUrl($fullpath = true)
{
$serverUrl = $this->getServiceLocator()->get('viewhelpermanager')->get('serverurl');
return $serverUrl($fullpath);
}
return $this->redirect()->toUrl($this->serverUrl(true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment