Re: Paginate from an array help - Sorry disregard!

2009-08-14 Thread mike karthauser
pixels.com] > Sent: August-13-09 7:50 PM > To: cake-php@googlegroups.com > Subject: Paginate from an array help > > I run my find query, get all the data I need but cant figure out how > to then pass it off to paginate. > > $test = $this->Post->__quickQ

RE: Paginate from an array help - Sorry disregard!

2009-08-13 Thread Dave Maharaj :: WidePixels.com
I got it... Sorry. Dave _ From: Dave Maharaj :: WidePixels.com [mailto:d...@widepixels.com] Sent: August-13-09 7:50 PM To: cake-php@googlegroups.com Subject: Paginate from an array help I run my find query, get all the data I need but cant figure out how to then pass it off to

Paginate from an array help

2009-08-13 Thread Dave Maharaj :: WidePixels.com
I run my find query, get all the data I need but cant figure out how to then pass it off to paginate. $test = $this->Post->__quickQuery($string,$this->Auth->user(rank'), $this->Auth->user('id')); debug($test); ...spits out my array of records found but how do i then pass $test to paginate