예제 #1
0
파일: Debug.php 프로젝트: iwater/kissphp
 function &getInstance()
 {
     if (is_null(self::$_theInstances)) {
         self::$_theInstances = new Debug();
     }
     return self::$_theInstances;
 }