Update content in AJAX with renderPartial

Comparing #5 with #6

Revision #6 was created by DerekC DerekC on Feb 22, 2010, 9:34:56 PM.

Spelling typo

Content

The most easyeasiest way to update content in AJAX is to use the partialRender method.

For this exemple I have three files: a controller (HelloWorldController.php) and two views (index.php and _ajaxContent.php)

<br />
#### controllers/HelloWorldController.php
[...]