Simple question to anyone who uses CakePHP and jQuery. Do you pass your post variables as post, or as the arguments of the action?
When you make ajax calls, do you call it like this: /ajax/delete/123/ Or: /ajax/delete/ POST: id=123 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
