Re: Using a component in default.ctp

2007-07-02 Thread R. Rajesh Jeba Anbiah
On Jul 2, 9:31 pm, tedwardo24 <[EMAIL PROTECTED]> wrote: > I'm struggling with Cake, and I am trying to use a component in my > default.ctp template. How in the world do I do this? > > I've defined the component in my AppController, but I cannot access it > to save my life. Thanks in advance.

Re: Using a component in default.ctp

2007-07-02 Thread Grant Cox
You do not use Components in views, only in controllers. Perhaps you want to use a Helper? On Jul 3, 2:31 am, tedwardo24 <[EMAIL PROTECTED]> wrote: > I'm struggling with Cake, and I am trying to use a component in my > default.ctp template. How in the world do I do this? > > I've defined the c