Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getWeatherAlert()
 {
     return $this->hasOne(WeatherAlert::className(), ['id' => 'WeatherAlert_id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getWeatherAlert()
 {
     return $this->hasOne(WeatherAlert::className(), ['id' => 'WeatherAlert_id'])->from(['WeatherAlertAlias' => WeatherAlert::tableName()]);
 }