In Phalcon 1.3 I can return My\Mvc\Router
that extends Phalcon\Mvc\Router
.
Question: how can I swap in a custom matched route of My\Mvc\Router\Route
type ?
Thanks!
In Phalcon 1.3 I can return My\Mvc\Router
that extends Phalcon\Mvc\Router
.
Question: how can I swap in a custom matched route of My\Mvc\Router\Route
type ?
Thanks!
If you declare a route in My\Mvc\Router
it will overwrite Phalcon\Mvc\Router
as one extends the other.