Hi all. One more question:
I tried it with the "Table Drag and Drop JQuery plugin" from http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ The Plugin returns a string of the form "tableId[]=rowId1&tableId[] =rowId2&tableId[]=rowId3…" via Ajax. I wrote an Action which receives this data. Now I need to write the new order back to the database. Do you know a good cake-way- possibility for updating the ids in the table? It must be something like "UPDATE id SET old.id=new.id" for each entry, or? Best Mathias --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
