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