Example #1
0
 public static function start()
 {
     $tim = new self();
     try {
         $tim->configThumcno();
         $tim->tryBrowserCache();
         $tim->tryServerCache();
         $tim->run();
     } catch (\Exception $e) {
         $tim->handleErrors();
     }
     $tim->handleErrors();
 }