Example #1
0
 function getHot($catelog)
 {
     $model = new Statistic();
     return $model->getHotCatelog($catelog);
 }