Re: Paginate HABTM in the views question.

2008-01-19 Thread fr3nch13
Ok, i found a solution to this and submitted a diff for it: https://trac.cakephp.org/ticket/1903#comment:10 This should allow proper pagination of a HABTM associated model on the main model's view .ctp file Let me know what you guys think. On Jan 19, 12:16 pm, fr3nch13 <[EMAIL PROTECTED]> wrot

Re: Paginate HABTM in the views question.

2008-01-19 Thread fr3nch13
seems like this isn't a new issue: https://trac.cakephp.org/ticket/1903 On Jan 19, 10:41 am, fr3nch13 <[EMAIL PROTECTED]> wrote: > I looked over group, blogs, bakery, api, code, etc. and i can't seem > to figure this one out. > > I'm paginating like suggested > here:http://cakebaker.42dh.com/20

Paginate HABTM in the views question.

2008-01-19 Thread fr3nch13
I looked over group, blogs, bakery, api, code, etc. and i can't seem to figure this one out. I'm paginating like suggested here: http://cakebaker.42dh.com/2007/10/17/pagination-of-data-from-a-habtm-relationship/ But where the article ends/is missing is what do you do in your view? Specifically,