Exemplo n.º 1
0
 public function webcountexport($stationid)
 {
     $db = new Psys_StationRule();
     $data = $db->webcountexport($stationid);
     return $data;
 }