Hello, I am trying to upgrade my projects to symfony 1.1 and I raise into problem with the new routing system.
I need to get the routing name itself without any parameters. Just plain rotuin name @article_by_id. I can pick up the routing name with routing params with getCurrentInternalUri(true), but it's not what I am looking for. The currentRouteName is protected property of sfPatternRouting class. So I think i don't think it should be a problem to have the getter on this - getCurrentRouteName() as it was in symfony 1.0 routing. Should I post a ticket on this topic into symfony trac, or this method was dropped from the new routing for some reason? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
