예제 #1
0
파일: AppPlan.php 프로젝트: emilymwang8/cms
 public static function get_instance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }