Custom Module Bootstrap Class

In my Zend Framework application I wanted a bootstrap class for every module. Each bootstrap class will instantiate confirguration specific for each module. You do not have to add a bootstrap class to a module if no confirguration is required for that module. I first looked at Zend_Application_Resource_Modules, but it loads all the bootstrap files … Continue reading Custom Module Bootstrap Class