/** * @return \yii\db\ActiveQuery */ public function getGeozones() { return $this->hasMany(Geozones::className(), ['CountryId' => 'CountryId']); }
/** * @return \yii\db\ActiveQuery */ public function getGeoZone() { return $this->hasOne(Geozones::className(), ['GeoZoneId' => 'GeoZoneId']); }