Re: Anyone has used a cakePHP paginator class that can paginate for non database records

2009-04-11 Thread AD7six
On Apr 10, 5:26 pm, Anibigi wrote: > Hi, > > I'm a newbie to cakePHP. > I want a paginator class that would work well with both database and > non database record set. The core pagination functionality does that - since it only defines the parameters you'd pass to your model and doesn't care h

Re: Anyone has used a cakePHP paginator class that can paginate for non database records

2009-04-10 Thread Miles J
Were is your data coming from if its not from a database? Flatfiles? Static arrays? It just seems odd. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@goo

Re: Anyone has used a cakePHP paginator class that can paginate for non database records

2009-04-10 Thread dr. Hannibal Lecter
Haven't seen anything like that yet.. Why not make one yourself and put it in the Bakery? :) On Apr 10, 5:26 pm, Anibigi wrote: > Hi, > > I'm a newbie to cakePHP. > I want a paginator class that would work well with both database and > non database record set. > > I found a couple of classes fo

Anyone has used a cakePHP paginator class that can paginate for non database records

2009-04-10 Thread Anibigi
Hi, I'm a newbie to cakePHP. I want a paginator class that would work well with both database and non database record set. I found a couple of classes for paginating records pulled from database but none so far for any temporaray arrays of records. Can anyone help with this please --~--~--