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

Claudia




--~--~---------~--~----~------------~-------~--~----~
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