> Strange, generally this error appear when the HtmlHelper is not defined in
> the helpers array of the controller.
>
> Is it defined? var helpers = array("html",...);
>

I add

var $helpers = array('Cache', 'Html');

in app_controller.php and those error message are disapear..but still
I don't understand why?

I already add

var $helpers = array('Html', 'Form', 'Time', 'Number' );

in my controller that show those error message so I guess it'll
unecessarily to add it again in app_controller.php

Thank you.

--william


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