示例#1
0
文件: Setup.php 项目: Sywooch/forums
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }