Friday, October 2, 2009

Re: learning by example: twitter?

You would use AJAX. AJAX sends requests to the server and the server
responds back with data, without having to refresh the page.

So you would set up your AJAX to request data from a controller/action
and the action will respond back with the data. Once the data is
received, you can then have it appear in your content.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: