Example #1
0
 static function run()
 {
     // Start parsing the Request.
     $R = new Request();
     $R->parse();
     // The requested controller or the default.
     $kontroller = $R->determineController();
     $kontroller->render();
 }