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