>.< Oops
On Fri, Nov 12, 2010 at 9:51 AM, Daniel Lohse <[email protected]>wrote: > You mean "prefix" of http://, right? ;-) > > Sent from my iPhone4 > > On Nov 12, 2010, at 8:42 AM, Gareth McCumskey <[email protected]> > wrote: > > This is expected behavour. url_for looks for the suffix http:// to know if > its an external link or not. > > On Thu, Nov 11, 2010 at 2:39 PM, deepak < <[email protected]> > [email protected]> wrote: > >> Hi >> >> There is a column in my table which stores external urls e.g. >> " <http://www.amazon.com>www.amazon.com". >> >> Now when I try to use link_to('Product', $Obj->getUrl()). It outputs >> <a href=" <http://www.myappbaseurl.com/www.amazon.com> >> http://www.myappbaseurl.com/www.amazon.com">Product</a> >> >> Infact symfony takes all the url as internal uri. >> >> Is there a way in symfony thru which I can assign external url to >> links such as <a href=" <http://www.amazon.com>www.amazon.com">Product</a> >> ? >> >> Now if there is a http:// added in the url it considers it as external >> url and redirects properly. >> >> >> Let me know if I make any sense here. >> >> Thanks >> Deepak >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at <http://symfony-project.com>symfony-project.com >> >> 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]> >> [email protected] >> To unsubscribe from this group, send email to >> <symfony-users%[email protected]> >> [email protected] >> For more options, visit this group at >> <http://groups.google.com/group/symfony-users?hl=en> >> http://groups.google.com/group/symfony-users?hl=en >> > > > > -- > Gareth McCumskey > <http://garethmccumskey.blogspot.com>http://garethmccumskey.blogspot.com > twitter: @garethmcc > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at <http://symfony-project.com>symfony-project.com > > 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]> > [email protected] > To unsubscribe from this group, send email to > <[email protected]> > [email protected] > For more options, visit this group at > <http://groups.google.com/group/symfony-users?hl=en> > http://groups.google.com/group/symfony-users?hl=en > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
