Skip to content

Instantly share code, notes, and snippets.

@guilhermewop
Created December 5, 2012 18:03
Show Gist options
  • Save guilhermewop/4217990 to your computer and use it in GitHub Desktop.
Save guilhermewop/4217990 to your computer and use it in GitHub Desktop.
zf2_submenu_partial
<?php
$subMenu = $this->navigation('Navigation')->findById('premio');
$partial = array('admin/left_menu', 'default');
echo $this->navigation('Navigation')
->menu()
->setPartial($partial)
->renderPartial($subMenu);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment