Deja vu

Make sure you define the helpers you need in the controllers that use
that layout. ie:

class FoobarsController extends AppController {

        var $name = 'Foobars';
        var $helpers = array('Html', 'Form' , 'Habtm');

If that doesn't solve it what version of cake are you using?



On Jun 1, 11:31 am, cake_learner <[EMAIL PROTECTED]> wrote:
> I am getting error: Class 'HtmlHelper' not found
>
> On Jun 1, 7:06 pm, Joshua McFarren <[EMAIL PROTECTED]> wrote:
>
> > Check out this helper:
>
> >http://bakery.cakephp.org/articles/view/create-multiple-checkboxes-in...


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