Revision #6 has been created by DerekC on Feb 22, 2010, 9:34:56 PM with the memo:
Spelling typo
« previous (#5) next (#7) »
Changes
Title
unchanged
Update content in AJAX with partialRender
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
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[...]