If you go to http:// www.google.com, then in the search field you have to put "cakephp paginateCount", and here it comes:
* http://bakery.cakephp.org/articles/view/new-cakephp-releases : >> Pagination flexibility has also been improved with the addition of Model::paginate(), and Model::paginateCount(), which you can define in your models to handle custom pagination. Each method takes the same parameters as findAll() and findCount(), respectively. << 2007/12/1, Bram Duvigneau <[EMAIL PROTECTED]>: > > Dardo Sordi Bogado wrote: > > Implement paginate() and paginateCount() in the model with your custom > > querys > OK, but which parameters should be accepted by this functions? It seems > that these aren't even in the api... > > Bram > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
