示例#1
0
 public function getCountry()
 {
     return $this->hasOne(Countries::className(), ['country_id' => 'country_id']);
 }