Hi, I have a custom modell function to retrieve a list. I need it to compute a resultset from the database, so a typical findAll isn't working.
There seams to be a way to add a custom paginate / paginateCount as well. The problem is paginateCount is executed first, and the the paginate(). My problems are, that a. the transofrmation of the db resultset is quite expansive, b. I need some additional parameters for the function call. So this isn't really helpful. Any ideas or a better approach than DIY paginator? (And no, a change of the model itself is not possible :-)) Thanks, Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
