Exemple #1
0
 public function route()
 {
     $this->router = new joosRoute();
     $this->router->route();
     return $this;
 }