示例#1
0
 /**
  * 删除帖子
  * 
  * @return
  */
 function actionDelete()
 {
     $this->_modelPosts->removePost($_GET['id']);
     $this->_goBack();
 }