Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTours()
 {
     return $this->hasOne(Tours::className(), ['id' => 'tours_id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTours()
 {
     return $this->hasMany(Tours::className(), ['hotel_id' => 'id']);
 }