symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

[routingauto] Add note about namespacing benefits #527

Open dantleech opened 10 years ago

dantleech commented 10 years ago

One of the major benefits of using RoutingAuto over conventional Symfony routes is that the system has a clear overview about what exists and would not allow one route to replace another.

If you were using standard pattern based routing in routing.yml:

/cms/article/{slug}

and also created a Route object in the hierachy at:

/cms/article/foobar

The two "routes" can co-exist - which is not good.

dbu commented 9 years ago

@dantleech any chance to get this wrapped up?

dantleech commented 9 years ago

Ack.