Exemplo n.º 1
0
 public function getAmphur()
 {
     return $this->hasOne(Amphures::className(), ['AMPHUR_ID' => 'ampur']);
 }
Exemplo n.º 2
0
 public function getAmpd()
 {
     //relation ตำบลไปอำเภอ
     return $this->hasOne(Amphures::className(), ['AMPHUR_ID' => 'AMPHUR_ID']);
 }
Exemplo n.º 3
0
 public function getAmpp()
 {
     //relation จังหวัดไปอำเภอ
     return $this->hasMany(Amphures::className(), ['PROVINCE_ID' => 'PROVINCE_ID']);
 }