Revision #3 was created by Antonio Ramirez on Oct 18, 2012, 1:16:40 PM.
fix typo bug
Content
[...]
if($r->getIsAjaxRequest())
{
// now we render the views without the need to process
// output anymore
$this->renderPartial($view,array('model'=>$model)); Yii::app()->end();
}
$this->render('index', array('model'=>$model,'view'=>$view));
}
```