[cc lang="php"]      $this->layout=false;
      header('Content-type: application/json');
      echo CJSON::encode(array('id'=>$project->id, 'content'=>$project->content, 'pass_way'=>$project->pass_way, 'total'=>$count, 'bs'=>$project->multiple
         ));
      Yii::app()->end(); [/cc]
 
No comments:
Post a Comment