Hi everyone, one of the features I liked a lot of other frameworks, for instance Zend Framework 2, is the capability to setup modules routes within the module configuration itself and eventually extends route configurations from other modules.
It is possible to do something like this in Phalcon?
Let's split this question in two parts:
1) It is possible to do route configuration for module an not to put everything in the index.php? If yes, what are the best practices?
2) It is possible to extends route configs from othe registered modules?
Add clear examples if possible.
Thanks