CakePHP doesn't change the way you write your Ajax - just use whatever JS framework in its normal way. Cake does have an Ajax helper which can simplify the process of writing Prototype compatible ajax queries, but it's still just generating some javascript that is run on the client, there is no magic.
Here's a snippet of Ajax from our application, using Prototype/ Scriptaculous. This is a core function of our ajax code, so it is very powerful. new Ajax.Request(url, options); On Aug 21, 12:29 pm, Wimg <[EMAIL PROTECTED]> wrote: > can anyone give me a little example of ajax with cakephp? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
