Jon Busby wrote:
> Hi everyone,
>
> Simple question this - how can I get symfony to return a full link to a 
> module - in an action.. (just like Link_to does, but without the xhtml)
>
> Jon
>
> >
>
>   
Are you looking for

(string) url_for ($internal_uri, $absolute = false)
Returns a routed URL based on the module/action passed as argument and 
the routing configuration.

http://www.symfony-project.com/api/1_0/UrlHelper

Kupo

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to