コード例 #1
0
ファイル: Location.php プロジェクト: xinghao/shs
 public static function getLocationIdByCountryId($country_id)
 {
     $refloc = new Refloc();
     return $refloc->getLocationIdByCountryId($country_id);
 }