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