示例#1
0
 /**
  * 编辑帖子
  * 
  * @return
  */
 function actionEdit()
 {
     $post =& $this->_modelPosts->getPost($_GET['id'], true);
     $this->_editComment($post);
 }