예제 #1
0
 public function getTargetProvince()
 {
     return @$this->hasOne(Province::className(), ['PRV_CODE' => 'target_province']);
 }
예제 #2
0
 public function getProvince()
 {
     return @$this->hasOne(Province::className(), ['PRV_CODE' => 'off_code']);
 }
예제 #3
0
 public function getProvince()
 {
     return $this->hasOne(Province::className(), ['PRV_CODE' => 'border_province']);
 }