Hi, I'm using Zend Framework 1.10.7 and I'm looking for a way to use a per module bootstrap to set up specific module configuration.
I thought it was as simple as extending the Zend_Appplication_Bootstrap_Bootstrap and put it at the root of the module directory, but it doesn't seem.
Thank you.