We have a unique case where we need to sort by two fields using the
built in paginator and sort .

ie. order by field1, field2

where field1 is always there and field2 is the set using the sort
buttons

ie.
<?php echo $paginator->sort('field1');?>

when the built in sort is set it wipes out the default sort of
field1.

Any thoughts on solving this with cakephp.

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

Reply via email to