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?
Thanks,
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---