示例#1
0
文件: Debug.php 项目: iwater/kissphp
 function &getInstance()
 {
     if (is_null(self::$_theInstances)) {
         self::$_theInstances = new Debug();
     }
     return self::$_theInstances;
 }