In symfony 1.2, there is a built-in task for that: php symfony app:routes frontend
or to display debug information about a specific route: php symfony app:routes frontend route_name Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | aide-de-camp.org Tél: +33 1 40 99 80 80 Jacob Coby wrote: > > On Nov 25, 2008, at 6:57 AM, Fabian Spillner wrote: >> It sounds really good, but the problem is overview of defined route >> names. >> I dont want to check in every route file if there is a route with same >> name defined. > > <shameless plug> > > My visual routes plugin collects all of the routes in your app and > displays them on the command line. It would probably take some work > to add 1.2 compatibility, but it's /really/ handy. Especially if you > use a lot of plugins. > > http://www.symfony-project.org/plugins/sfVisualRoutesPlugin > > </shameless plug> > > If I ever get some free time I plan on adding 1.2 support and route > testing to see which route matches a given url. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
