コード例 #1
0
ファイル: mt.php プロジェクト: benvanstaveren/movabletype
 public static function get_instance($blog_id = null, $cfg_file = null)
 {
     if (is_null(MT::$_instance)) {
         MT::$_instance = new MT($blog_id, $cfg_file);
     }
     return MT::$_instance;
 }