My bad. I'm using Zend_App resources Zend Navigation and defining specific
pages that need routes. A duplicate route was breaking the chain. My only
other problem I'm having is unsetting the resources navigation/pages array
when a request is made to a different module. I'm guessing something like
$bootstrap->unregisterPluginResource('navigation'); then repopulating the
Zend_Navigation resources array thru a plugin.Thanks -----Original Message----- From: Matthew Weier O'Phinney [mailto:[email protected]] Sent: Thursday, May 14, 2009 3:26 PM To: [email protected] Subject: Re: [fw-general] Zend Application -- Tom Shaw <[email protected]> wrote (on Thursday, 14 May 2009, 03:06 PM -0500): > Am I correct in assuming when using the Zend Application resource > router you have to explicitly define all static routes i.e. all your > controllers + their actions? > > What happened to just defining dynamic routes? Umm, I'm not sure where you got that idea, but the default routes still exist, and defining routes via Zend_Application is just like defining additional routes before -- nothing has really changed in that regard. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
