have a look at this:

http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer#chapter_06_accessing_the_request

you are probably looking for the function $request->getPathInfo()


On 14 Mai, 03:48, nick <lal...@teamlalala.com> wrote:
> How do I get the URL? The old $_SERVER["QUERY_STRING"] doesn't work
> correctly in symfony - it seems to think the weblog/index/id/15 are
> all folders.
>
> I'm looking for a helper like url_for(), but in reverse.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to