Should I even be using that file structure or is the modules one in devtools better?
I have created another project like so: phalcon project --name test_modules --type modules --enable-webtools
I have noticed that webtools does'nt seem to be working correctly, I get "Please specify a controller directory" when trying to create controllers
And "Database configuration cannot be loaded from your config file" when trying to create models
Scaffolding : "Adapter was not found in the config. Please specify a config variable [database][adapter]"
I have database set up with a table in it and as far as I can tell apps/frontend/config/config.php is config file so why is web tools not seeing it?
Does it even work with more than one module in an site?