コード例 #1
0
ファイル: debug.php プロジェクト: BGCX261/zoombi-svn-to-git
 public static function &getInstance()
 {
     if (self::$m_instance == null) {
         self::$m_instance = new self();
     }
     return self::$m_instance;
 }