Hi,
I'm currently using Phalcon to build a production API. I started with Micro framework and I was wondering if I should not go with MVC framework who seem to be more structured.
In fact the main problem for me is the routes gestion. To manage routes in my Micro app I have to create (and instantiate, and that is the problem) Collections . But in MVC I dont need render, so I thinks it's pretty too bad to have this loaded.
Can anyone advise me ?
Thanks!
PS: I'm new with Phalcon