Skip to content

Instantly share code, notes, and snippets.

View syphernl's full-sized avatar
🚀

Frank syphernl

🚀
  • The Netherlands
View GitHub Profile
<?php
/**
* @author Antoine Hedgecock
*/
/**
* @namespace
*/
namespace Application;
use Zend\Acl\Acl,
<?php
echo $this->navigation('default-navigation')
->menu()
->setPartial('default/navigation/sub_menu')
->render(
null,
array(
'indent' => 4,
'ulClass' => '',
'minDepth' => 1,