예제 #1
0
 function AcList($page, $pagesize = 10, $stationid = 1)
 {
     $offset = $pagesize * ($page - 1);
     $obj = new Psys_StationRule();
     return $obj->AcList($offset, $pagesize, $stationid);
 }