Example #1
0
 public function start()
 {
     $s = new Settings();
     $r = new Router();
     $r->load_controller();
     $r->load_action();
 }