コード例 #1
0
 public static function getInstance()
 {
     if (!self::$dbInstance) {
         self::$dbInstance = new FM_Models_Db();
     }
     return self::$dbInstance;
 }