Beispiel #1
0
 public function run($config)
 {
     $this->setConfig($config);
     $this->setView();
     $this->setDbAdapter();
     $this->setInit();
     $preload = new Preload();
     $preload->start();
     $router = $this->setRouter();
     $this->post();
 }