Ejemplo n.º 1
0
 public static function bootstrap()
 {
     $timings = self::getInstance();
     $timings->prepareData();
     if (!empty($_GET['raw'])) {
         $timings->showRaw();
     }
     Template::render();
 }