Ejemplo n.º 1
0
 /**
  * 列出所有信息
  *
  */
 function actionList()
 {
     $news = $this->_modelNews->findAll();
     echo "<pre>";
     print_r($news);
     exit;
 }