Hi,
In the application I'm creating I want to be able to dynamically specify which module the dispatcher should use as the default module. I've worked out how to do this, by calling:

$frontController->getDispatcher()->setDefaultModule($default)

However, ZF's default behaviour is to expect the controllers (and I assume to models?) that belong to the default module not to be name spaced (with ModuleName_), but because the default module will change from request to request, I want to name space all modules, including those being used as defaults. How can I tell the dispatcher that the default should also be name spaced?
Thanks,
--
Jack

Reply via email to