예제 #1
0
 public function getCountryList()
 {
     return $this->hasMany(CountryList::className(), ['continents_code' => 'code']);
 }
예제 #2
0
 public function getCountryListCode()
 {
     return $this->hasOne(CountryList::className(), ['countries_code' => 'code']);
 }