Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created September 10, 2011 15:28
Show Gist options
  • Save renepardon/1208428 to your computer and use it in GitHub Desktop.
Save renepardon/1208428 to your computer and use it in GitHub Desktop.
<?php
// Create new module navigation page(s).
$moduleConfig = new \Zend_Config_Xml($configPath . $iterator->getFilename(), 'navigation', true);
// Add modules as pages to base navigation.
$navigation->addPage($moduleConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment