How to get response as json format(application/json) in yii?
$this->layout=false; header('Content-type: application/json'); echo CJavaScript::jsonEncode($arr); Yii::app()->end();