0

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!

temuri
  • 2,767
  • 5
  • 41
  • 63
  • my question is... why to? Actual routing system in Phalcon is quite advanced, naver had do change it. – yergo Mar 26 '15 at 08:02

1 Answers1

0

If you declare a route in My\Mvc\Router it will overwrite Phalcon\Mvc\Router as one extends the other.

Erick Engelhardt
  • 704
  • 2
  • 10
  • 30