Beispiel #1
0
 public function getUserbook()
 {
     return $this->hasOne(Userbook::className(), ['id_user' => 'id_user']);
 }