Guest User

Untitled

a guest
Jun 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. protected function _initNavigation ()
  2. {
  3. $config = new Zend_Config_Xml(APPLICATION_PATH . '/configs/navigation.xml');
  4.  
  5. $container = new Zend_Navigation($config);
  6.  
  7. $this->getResource('view')->navigation($container);
  8.  
  9. return $container;
  10. }
Add Comment
Please, Sign In to add comment