Hi Simon,
Is there a way to completely disable a module? Would generating 404 from the module's bootstrap be sufficient? How about the autoloader? Is there a way to stop that?
You can remove the module from your resources.modules listing so the controllers for that module are not registered. The front controller should throw a 404 for those modules/controllers that are not registered:
https://github.com/markizano/markizano/blob/master/application/configs/application.ini#L121 Hope this helps, -Kizano //----- Information Security eMail: [email protected] http://www.markizano.net/ -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
