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?
views:
6answers:
1
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
2010-10-25 08:59:50
I'm trying to integrate some existing code with Symfony. I found a better way, thanks for your response.
camomileCase
2010-10-25 21:50:09