コード例 #1
0
ファイル: ViewController.php プロジェクト: itnactcp/htdocs
 function getHot($catelog)
 {
     $model = new Statistic();
     return $model->getHotCatelog($catelog);
 }