示例#1
0
 public static function getInstance()
 {
     if (self::$_INSTANCE == null) {
         self::$_INSTANCE = new self();
     }
     return self::$_INSTANCE;
 }