Example #1
0
 public static function i()
 {
     if (isset(self::$oInstance) and self::$oInstance instanceof self) {
     } else {
         self::$oInstance = new self();
     }
     return self::$oInstance;
 }