Example #1
0
 public static function getInstance()
 {
     if (!self::$_singleton) {
         self::$_singleton = new Booter();
     }
     return self::$_singleton;
 }