Thanks, I did not see this constant before. This saves me typing the
http://

But I still would need to prepend it to the HTMLHelper::url call
which is not very nice.
So it looks a custom helper is really the way to go.

Thanks

Claudia

On Aug 22, 6:29 pm, majna <[EMAIL PROTECTED]> wrote:
> maybe :
> #cake 1.1.x
>
> <a href="<?=FULL_BASE_URL?>">
>
> On Aug 22, 5:25 pm, Claudia <[EMAIL PROTECTED]> wrote:
>
> > Hi there
>
> > I am facing a similar problem: I want to send a cake-generated email
> > with some links to
> > my app which need to be absolute.
>
> > When I use $html->url(...) I only get an url relative to my server,
> > the protocol and the servername is not included.
>
> > Of course I can simple add a
> > 'http://' . $_SERVER['SERVER_NAME']
> > manually but as said in the previous post this seems to be not very
> > Cake-ish.
>
> > I know that I could always write my own helper that extends the
> > HTMLHelper::url functionality
> > but first I want to make sure that the functionality is not there
> > already.
>
> > Thanks
>
> > Cl(audia


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to