コード例 #1
0
ファイル: States.php プロジェクト: sprytechies/loctogo
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIdcountry0()
 {
     return $this->hasOne(Countries::className(), ['idcountries' => 'idcountry']);
 }
コード例 #2
0
ファイル: Cities.php プロジェクト: khurshedt9l/collegey
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCountry()
 {
     return $this->hasOne(Countries::className(), ['countryID' => 'countryID']);
 }
コード例 #3
0
 public function getCountry()
 {
     return @$this->hasOne(Countries::className(), ['country_code' => 'countries']);
 }