예제 #1
0
파일: Location.php 프로젝트: xinghao/shs
 public static function getLocationIdByCountryId($country_id)
 {
     $refloc = new Refloc();
     return $refloc->getLocationIdByCountryId($country_id);
 }