If you have a play with the Paginator helper you will see how it deals with sorting lists which mainly works on passing 'sort' and 'direction' key=>value pairs in the URL:
http://www.yourweb.com/cake/controller/action/page:1/sort:Role.value/direction:asc If you want to use a select list to control this then you likely need to add in an AJAX/Javascript event which watches the state of the select list and then fires an url like the one above. Hope this helps ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
