Sorry david, must have got lost in the shuffle.
True or false:: there is no way to create a multi-module project right out of the gate using 'zf create project .... '
Yes, in 1.8.1 there is the 'create module' command. Until you need it, the modules directory is not created.
True or false:: you can create a 'unimodular' app with 'create project...' and then add modules with' zf create module foo,' but you have to hand-edit application.ini to make it work
Yes, I still need to identify the application.ini integration points, if you'd like please add this feature to the issue tracker.
True or false : and then, the controllers views etc created initially will continue to lie around in the top level of application/ until you delete them (or move them to application/modules/default/) by hand
No, you can create module controllers like this: zf create controller foo -m somemodule
True or false: and then, .zfprojext.xml will be out of sync with the project file structure
yes, ideally you dont have to hand move things. But resource to projectfile syncing is something thats in the list of features to implement for me.
ralph
