Update content in AJAX with renderPartial

Comparing #1 with #2

Revision #2 was created by Burzum Burzum on Sep 30, 2009, 12:06:21 PM.

Link error

Content

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

```php
class Hello
WorldController extends CController
{
public function actionIndex()
[...]
<br />

#### views/hello
World/index.php

```php
[...]
<br />

#### views/hello
World/_ajaxContent.php

```php
[...]
<br />

Now, run index.php?r=hello
World Enjoy!