I think that using the html helper is unnecessary it is more complicated
than simply

echo '<a href="skype:' . $username . '?call">' . $username . '</a>';



- S


2009/3/31 donnerbeil <[email protected]>

>
> Hi,
>
> Does anyone know, if it is possible to generate a link like:
>
> skype:username?call
>
> with the html->link() method?
>
>
> I tried this:
> $html->link('username','skype:username?call);
>
> output is:
> http://www.mydomain.com/skype:username?call
>
> Any ideas?
>
>
> >
>

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

Reply via email to