Zend Framework application.xml modules loading

covickjuin

New Member
I rewrote my config from .ini to .xml and I've got a
problem with my modules. When my configs was stored in .ini
I wrote resources.modules[] =
and zend loads all my modules and models of it when bootstrapping.
How I can use it in .xml?
Now I simple write
\[code\]<resources> <modules></modules> </resources>\[/code\]and it does not works.
 
Top