On 2/26/07, Mech7 <[EMAIL PROTECTED]> wrote:
>
> I can't find how to do this.. how do i make the html helper class
> available within the elements?.

I do this all the time,  what errors are you seeing, you might check
the case of the way you are calling it

like

<?php echo $html->link(....

or

<?php echo $Html->link(...

depending on if you are in php4 or 5 and the way you have done the var
$helpers = ....  it can make a difference, but the way you call them
in other templates should work in the helpers.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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