Are the any docs for Zend_Navigation?
My prolem is that all my pages are set to active. I can't see what
sets a page to active. My config is;
'navigation' => array(
// The DefaultNavigationFactory we configured in (1) uses
'default' as the sitemap key
'default' => array(
// And finally, here is where we define our page hierarchy
'home' => array(
'label' => 'Home',
'route' => 'home',
),
'inventory' => array(
'label' => 'Inventory',
'route' => 'inventory',
),
'sales' => array(
'label' => 'Sales',
'route' => 'sales',
),
'purchasing' => array(
'label' => 'Purchasing',
'route' => 'purchasing',
),
),
),
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]