Example #1
0
 static function run()
 {
     $instance = new Controller();
     $instance->init();
     $instance->handleRequest();
 }