Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEvent0()
 {
     return $this->hasOne(Events::className(), ['id' => 'event']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEvents()
 {
     return $this->hasMany(Events::className(), ['id_user' => 'id']);
 }