コード例 #1
0
ファイル: Article.php プロジェクト: Ethennoob/Web
 function getAccessStatistics()
 {
     $articleDAO = new ArticleDAO();
     return $articleDAO->getAccessStatistics($this);
 }