コード例 #1
0
ファイル: mvcCore.class.php プロジェクト: phithienthan/vnitc
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new mvcCore();
     }
     return self::$instance;
 }