Note that you may have to set "compatibility" mode on!
What is the syntax for zf tool to create controller for a module?
A: zf create controller {CONTROLLER} --module={MODULE}
NOTE: only works if the project profile has info on the module!
NOTE: see wikiapp.work/scripts/create-zf-project.sh
BACK