Example #1
0
 public function doDing(LJL_Request $input, LJL_Response $output)
 {
     $commentId = (int) $input->get('commentid');
     Helper_Blog::updateComment(array('commentid' => $commentId));
     exit;
 }