I am running into a series of bugs when working with modules in both Zend Studio 9 and 10. I am trying to work with Modules in a ZF1 application. When I create a new module, it does not show up in the MVC outline panel. Additionally, in the wizard, if I select a different folder under which to store my modules (I like to store all my modules in applications/modules/) it totally ignores that and still just creates the module directory in the applications/ folder. If I create a controller and put it under my module, it just shows up as another controller so then I have two IndexControllers. I'm getting really frustrated and about to give up. Any suggestions?
Thanks,
Drew

