views:

6

answers:

1

I'm developing a Symfony 1.4 plugin and I noticed that plugin routes get matched before app level routes. Is it possible to have app level routes evaluated first?

A: 

Plugin routes are designed to overwrite app level routes, this is a feature.

I would suggest this is probably an issue with the design of your plugin.

What are you trying to achieve?

xzyfer
I'm trying to integrate some existing code with Symfony. I found a better way, thanks for your response.
camomileCase