Hi Codecowboy,

The problem with pulling data from more than one table, is that if it
triggers more than one sql statement you canĀ“t apply a sort to it.
This means that with the execption of belongsTo HasOne sorting queries
becomes "difficult".

What you describe is a grid sorting rather than paginating task; there
is an ajax grid sorter thingy on cakeforge that might do what you want.

Incidentally, if you pass the total to the pagination code I wrote, you
can use it just to spit out the page and sort parameters that were
passed in from the web (or taken from defaults if absent).

HTH,

AD7six


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to