Skip to content

Instantly share code, notes, and snippets.

@TomHAnderson
Created March 21, 2013 17:28
Show Gist options
  • Save TomHAnderson/5214903 to your computer and use it in GitHub Desktop.
Save TomHAnderson/5214903 to your computer and use it in GitHub Desktop.
public function init(ModuleManager $moduleManager)
{
$this->getEventManager()->getSharedManager()->attach(
array('Zend\Mvc\Application'), // context
array(MvcEvent::EVENT_DISPATCH), // event 'dispatch'
array($this, 'checkSession') // callback
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment