I thought it was supposed to default to indexController but it is not doing that for me.
Mark On 1/20/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
-- Mark Wright <[EMAIL PROTECTED]> wrote (on Saturday, 20 January 2007, 06:34 PM -0700): > So I added a __call method to handle missing actions, but I still > don't understand how to handle missing controllers. If the controller > does not exist it does not fall back on the default controller. And > idea on how to do this? In 0.7.0, the dispatcher grabs the default controller if the requested controller is not found -- the default controller is IndexController. Last I checked, the tests for this showed it working. I'm doing some modifications on the dispatcher now, and I'll double check to make sure that this is fully supported.
-- Have fun or die trying - but try not to actually die.
