Le 23 juin 08 à 20:42, Francois Zaninotto a écrit :

> how about:
>
> function link_to_path($text, $uri, $options = array())
> {
>  $link = link_to($text, $uri, $options);
>
>  return str_replace('%2F', '/', $link);
> }
>
> Still kinda hackish, but since you can't selectively deactivate URL
> parameter encoding in symfony...

Ok, thanks François.
--
Nicolas CHARLOT
http://www.isics.fr




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to