Example #1
0
 public static function getInstace()
 {
     if (!isset(self::$Inst)) {
         self::$Inst = new self();
     }
     return self::$Inst;
 }