When I import my ZF2 + Doctrine2 project using PSR-0 namespaces, I get a "Bundle" for every level of the namespace hierarchy. This makes my skipper model very difficult to read and understand.
I understand the concept of a "Bundle" in Skipper is to represent a single ZF2 Module.
Do I need to import each module separately into skipper? I've tried experimenting with all the Import > Advanced Settings namespace mapping options and none seem to do what I expect.
Ideally I'm looking for a Bundle to represent each {Module} in my ZF2 modules/ folder which looks like this:
modules/App/{Module}
I can then group the sub-namespaces into regions?
Thanks