You will need a model to use the Pagination Function in Cake. However, to do what you want to do, there are two options:
1. Create your own pagination. 2. Create a model and override the pagination method in there. If you are familiar with cake, then I would recommend you to go with Option 2, else option 1 is probably what you want to do. Cheers, Ketan Feris Thia wrote: > Hi All, > > How do I have a custom pagination by sending a subset array of data, > total count of data, and current page ? > > Thanks ! > > Feris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
