Hello,
After I have created an app structure using : phalcon create-project test I would like to scaffold a bunch of models using the Phalcon developer tools.
I tried this: https://screencloud.net/v/rDQw
and I have no idea why I get this error, the config.php in /app/config/ is configured with the correct db credentials, I triple-checked.
Could it be that 1.3.3. needs config.ini in that directory? I tried with that as well, but then got a different error, saying that the builder could not find the views folder.
Thanks for any help or hints! Alex