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 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?- Hide quoted text 
  -

 - Show quoted text -


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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?


--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 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 cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---