Hello,
I have just implemented pagination successfully but seem to have a
problem with expanding this.
Iĺl explain.

I have a controller that can do several kind of searches.
lets say it has the following functions:
searchByAAA
searchByBBB
searchByCCC
searchByDDD

each search is complicated and has to be done using custom SQL query.
Now when I implement pagination I need to pass this SQL to the
paginator which I undestand cannot be done.
I know I can override the model paginate and paginateCount functions
but this will only help me in one case.
How do I know which SQL to run?
Can I pass some kind of parameter to the paginate function so Iĺl know
from where I´m coming?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to