Ahh, I figured it out from reading the code. The variable that I need
is 'bare', not 'base'.
So this works.
$html->link('my account', array('bare' => 'https://', 'controller' =>
'users'));
On Sep 15, 5:40 pm, Aaron <[email protected]> wrote:
> That doesn't seem to be working.
> What am I doing wrong here?
> This is what I have in the code.
>
> $html->link('my account', array('base' => 'https://', 'controller' =>
> 'users'));
>
> And this is what is showing up.
>
> <a href="/users/index/base:https:/">my account</a>
>
> Seems like I'm missing something basic here, just can't figure out
> what.
>
> On Sep 15, 4:49 pm, Miles J <[email protected]> wrote:
>
> > Try adding 'base' => 'https://' to your URL array.
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---