Hello, I'm using a modular system, with a "modules" directory in which i have them, each containing it's own "controller", "models" and "views" directory. So far everything is working great.
Now I'm moving to zf 1.0 and I need to make the error controller. I'm not sure at how this would work: http://myhost.com/module/wrongcontroller/ will invoke "module" error controller ? Then what controller will be called if the user goes to http://myhost.com/wrongmodule/ ? And is there a way to regroup this error controllers ? What I would like to do is that, if the module is not correct, some error controller is called, but if the module is correct but not the controller, then another one is called the same whichever module you are in). Is it possible, and how may I achieve this ? -- Vianney Devreese - Lepidosteus http://lepidosteus.com
