Thanks for your suggestions. I added an extra field "rank" to save the new order. Now it works fine. Just one more thing:
$ranks = $this->params['form']['sortable-table']; array_shift($ranks); I needed to add a array_shift(), because the jQuery-Plugin delivers an empty set at the beginning. Have a nice weekend! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
