Пример #1
0
 /**
  *
  */
 protected function remove()
 {
     $res = $this->table->removeComment($_POST['comment_id']);
     $this->view->setStatus($res !== false);
 }