Using containable to limit my query

2011-02-21 Thread Joseph Buarao
HI Guys, I need your help guys.,, I'm getting confuse about using containable behavior, my problem is, I want to limit the output of [parseditem] have you seen below there are 3 feeds items I want to display only one.. what are the possible solution to achieve this. Here is my Controller code:

Using containable to limit my query

2011-02-21 Thread Joseph Buarao
HI Guys, I need you help guys.,, I'm getting confuse about using containable behavior, my problem is, I want to limit the output of [parseditem] have seen there are 3 feeds item I want to display only one.. what are the possible solution to achieve this. Here is my Controller code:

Re: Pagination Problem in Custom Query

2011-02-06 Thread Joseph Buarao
to limit the feeds result inside of that particular category and have a pagination.. Thank you in advance again guys for you help.. Joseph Buarao Web Developer Azure Web Design On Feb 6, 4:15 am, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: It's 'limit' not 'limits'. Not sure

Pagination Problem in Custom Query

2011-02-05 Thread Joseph Buarao
('conditions' = array('Category.slug'= $category), 'limits' = 10); $feeds_data = $this-paginate('Category'); By the way, I used hasAndBelongsToMany relationship.. Thanks.. Joseph Buarao Web Developer Azure Web Design.com -- Our newest site for the community: CakePHP Video Tutorials http