Hi.
How can I create CRUD in my multi-module application?
My application has 2 modules:
/app/admin and /app/frontend
Each of these folders contains:
- controllers
- models
- views
I tried to use dev. tools:
phalcon scaffold product --directory ./app/admin
but it generates error:
Error: The builder is unable to find the models directory
How can I specify models directory for a builder?