Skip to content

Instantly share code, notes, and snippets.

@messyOne
Created October 10, 2012 15:23
Show Gist options
  • Save messyOne/3866327 to your computer and use it in GitHub Desktop.
Save messyOne/3866327 to your computer and use it in GitHub Desktop.
public function onModuleDispatch(\Zend\Mvc\MvcEvent $e)
{
//Set the main menu into the layout view model
$serviceManager = $e->getApplication()->getServiceManager();
$navbarContainer = $serviceManager->get('loo_navigation');
$viewModel = $e->getViewModel();
$viewModel->setVariable('navbar', $navbarContainer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment