Mech7 wrote:
> I allready have that..
> 
> <?php
> class AppController extends Controller {
> 
>       // Helpers
>       var $helpers = array('Html', 'Javascript');
> }
> ?>
> 
> But it is not available in elements :(

Where do you ant to use it? Maybe if you want to use other helpers in
your controller this uses overwrites this.

If you do not use other helpers in your controller is this working?

> 
> On Feb 26, 4:46 pm, Ámon Tamás <[EMAIL PROTECTED]> wrote:
>> Mech7 wrote:
>>> I can't find how to do this.. how do i make the html helper class
>>> available within the elements?.
>> I think the next row is helping for you in the app_controller.php
>>
>> var $helpers = array('helper_you_want');
>>
>> --
>> Ámon Tamáshttp://linkfelho.amon.hu
> 



-- 
Ámon Tamás
http://linkfelho.amon.hu


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