Example #1
0
 public function getCustprov()
 {
     return $this->hasOne(Province::className(), ['PROVINCE_ID' => 'PROVINCE_ID']);
 }