Esempio n. 1
0
 public function init()
 {
     $this->dbmanipulation = new DbManipulation($this->config["dbsettings"], $this->config["main"]["isDevelopment"]);
     $this->controller = new Controller();
     Router::dispatch($this->controller);
 }