No you can't paginate without a Model. You could do a lot of hacking to get it to work without hitting the database.. but uhm wow that might be a good amount of work. I'm not sure.
But it was me in your shoes and I had no need to access a database, I'd really lean toward using something like this: http://www.jackslocum.com/blog/2006/08/30/a-grid-component-for-yahoo-ui-extensions-v1/ On Aug 6, 10:54 am, Chris Barna <[EMAIL PROTECTED]> wrote: > Is it possible just to paginate an array without a model? Something > like $this->paginate($array); where $array is just a collection of > data and not a model... If not with the plain pagination could > somebody shed any light on how they would go about it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
