Skip to content

Instantly share code, notes, and snippets.

@basz
Created September 3, 2012 13:34
Show Gist options
  • Select an option

  • Save basz/3609370 to your computer and use it in GitHub Desktop.

Select an option

Save basz/3609370 to your computer and use it in GitHub Desktop.
should die right?
public function onBootstrap(MvcEvent $e)
{
$e->getApplication()->getServiceManager()->get('EventManager')->getSharedManager()->attach('Zend\Application\Application', 'route', function($event) {
die('aaarg...');
}, PHP_INT_MAX);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment