-- 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/
