示例#1
0
 static function getFromStationId($stationId)
 {
     $rpi = new RPI();
     return $rpi->retrieve_one("stationId=?", $stationId);
 }