I'm struggling trying to get this working. 

I need to add a resourceType to all of my modules:

'report' => array(
    'path' => 'reports/',
    'namespace' => 'Report'
)

Is there a way to do this in a DRY fashion? Id rather not add a
Bootstrap.php class for all of my modules. Can this be done just in a
_initModules() method in application/Bootstrap.php? If so, how? The only way
I can see to do it, is to iterate over the modules, which seems clunky as
I'm sure something else in the bootstrap process is already doing that.
Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Zend_Application-module-resource-types-tp25229498p25229498.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to