Re: How to write my own ajax with cakephp

2007-08-21 Thread Wimg
Thx a lot ! On Aug 21, 11:29 am, Grant Cox [EMAIL PROTECTED] wrote: 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

Re: How to write my own ajax with cakephp

2007-08-21 Thread [EMAIL PROTECTED]
Greetings, I learned how to do Cake Ajax with this guy's website. It's easy to understand and I've recommended it many times before. http://www.grahambird.co.uk/cake/tutorials/ajax.php Hope that helps too! Steve Wimg wrote: can anyone give me a little example of ajax with cakephp?

How to write my own ajax with cakephp

2007-08-20 Thread Wimg
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 cake-php@googlegroups.com To unsubscribe from this

Re: How to write my own ajax with cakephp

2007-08-20 Thread Grant Cox
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