Hi,
does the router is per module or for the whole application ?
Thank you !
A router is responsible of take the URI data, process it, and tell Phalcon\Mvc\Application what module/controller/action must be dispatched. So you only need a router per application.