I'm trying to use Ajax to get that done.  I can build a string of
name/value pairs that I can pass.  What I'd really like to do is
somthing like this:

$ajax->submit('Submit Changes',
array('url'=>'updateMedalOrder(getGroupOrder())',
'update'=>'medaltable'));

where getGroupOrder() is the name of my javascript function that
returns the name/value pairs, and updateMedalOrder() is the name of the
function in my controller that will update the database.  Does CakePHP
have something that will allow me to do something like this?


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

Reply via email to