Is there an example of the "proper" way to approach routing if you want a module to implement its own routes?
I would like to use the multi module architecture approach when working with Phalcon, but I'm having a difficult time finding examples of how to approach this in terms of the module defining its own routes, including the bootstrap picking them up.