예제 #1
0
파일: Article.php 프로젝트: hongbo819/LJL
 public function doAddview(LJL_Request $input, LJL_Response $output)
 {
     $articleId = (int) $input->get('articleid');
     Helper_Blog::addArticleView($articleId);
     exit;
 }