Zend Navigation not working on dynamic pages
Posted
by azz0r
on Stack Overflow
See other posts from Stack Overflow
or by azz0r
Published on 2010-04-19T12:20:55Z
Indexed on
2010/04/19
12:23 UTC
Read the original article
Hit count: 468
zend-framework
|navigation
XML Home default default index index Clips video clip index All video clip all 0-9 1
My bootstrap route:
$router->addRoute('clips/page', new Zend_Controller_Router_Route('clips/:page', array('module' => 'video', 'controller' => 'clip', 'action' => 'all')));
The clips navigation works, but the all navigation doesnt have a crumb bar for /clips/1
Ideas?
© Stack Overflow or respective owner