Skip to content

Instantly share code, notes, and snippets.

@dmregister
Created April 28, 2015 18:24
Show Gist options
  • Save dmregister/f071269c2d603feced80 to your computer and use it in GitHub Desktop.
Save dmregister/f071269c2d603feced80 to your computer and use it in GitHub Desktop.
view helper
Works
$url = $this->getServiceLocator()->get('viewhelpermanager')->get('url');
$url('something');
Doesn't work
$this->url = $this->getServiceLocator()->get('viewhelpermanager')->get('url');
$this->url('something');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment