예제 #1
0
파일: Setup.php 프로젝트: Sywooch/forums
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }