Hello!
I am looking for some way to implement complicated folder structure for my project in Phalcon.
In Yii, this usually done by an extension called BolierPlate https://github.com/clevertech/YiiBoilerplate
See example of how folders can be arranged in this random project in Yii https://github.com/vova07/yii2-start so there are separate spaces for Frontend, Backend, and also we can place some shared modules and models in folder Common.
How to do the same in Phalcon? They always write in docs for Phalcon that this is not really an issue to create a ramdom folder structuer.. but no information is given about HOW.