Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCountry()
 {
     return $this->hasOne(Country::className(), ['id' => 'country_id']);
 }
Esempio n. 2
0
 public function getShipfromname()
 {
     return $this->hasOne(\common\models\Country::className(), ['Cry_id' => 'shipfrom']);
 }