Re: [fw-general] Problem with removeDefaultRoutes() and default error handling

2007-11-29 Thread Jack Sleight
This is similar the problem I ran into a couple of days ago, see: http://www.nabble.com/Default-route-and-error-controller--tf4876289s16154.html Ryan Lange wrote: In this project I'm working on I want to strictly control which routes are valid for the application. At the moment, I have three c

[fw-general] Problem with removeDefaultRoutes() and default error handling

2007-11-29 Thread Ryan Lange
In this project I'm working on I want to strictly control which routes are valid for the application. At the moment, I have three controllers: IndexController, ClientController, and ErrorController. I've set up 3 routes, like so: addRoute( 'client_list', new Zend_Controller_Router_Route( 'clients'