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: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to