Zend Framework Application.xml modülleri yükleniyor

0 Cevap php

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

<resources>
  <modules></modules> 
</resources>

ve işler değildir.

0 Cevap