Beispiel #1
0
 public function __construct()
 {
     $this->routes = array();
     $this->response = Suricate::Response();
     $this->parseRequest();
     // Get app base URI, to transform real path before passing to route
     $this->baseUri = Suricate::App()->getParameter('base_uri');
 }