Ejemplo n.º 1
0
 public function deleteCommentAction()
 {
     $userip = $_SERVER['REMOTE_ADDR'];
     $post = $this->input->post();
     $fbComment = new FacebookComment();
     $fbComment->trash($post['id']);
 }