Re: controller setup - pagination

2009-09-16 Thread borcho
Thanks! On Sep 16, 2:11 am, Cosmin Paul wrote: > This is correct : > $this->paginate('Product'); > > > > On Wed, Sep 16, 2009 at 7:10 AM, borcho wrote: > > > Hi, > > > I am new to CakaPHP and I cannot figure out how to paginate products > > listed under a category (many to many relationship) an

Re: controller setup - pagination

2009-09-15 Thread Cosmin Paul
This is correct : $this->paginate('Product'); On Wed, Sep 16, 2009 at 7:10 AM, borcho wrote: > > Hi, > > I am new to CakaPHP and I cannot figure out how to paginate products > listed under a category (many to many relationship) and also use > category table fields in the same view. I set up my