コード例 #1
0
ファイル: dataaccesssqlite.cls.php プロジェクト: EScuba/RSD
 function DataAccessSQLite($cfg_section)
 {
     parent::__construct($cfg_section);
     $this->fieldnameMap['_transactid_'] = _T('Transaction ID');
     $this->fieldnameMap['_lineitemcount'] = _T('Line Item Count');
     $this->fieldnameMap['_gatewayref'] = _T('Gateway Reference');
     $this->fieldnameMap['_status'] = _T('Status');
     $this->fieldnameMap['_grandtotal'] = _T('Grand Total');
 }
コード例 #2
0
ファイル: datasavesqlite.cls.php プロジェクト: EScuba/RSD
 function DataSaveSQLite($cfg_section)
 {
     parent::__construct($cfg_section);
     $this->_CheckSubmitLimitReset();
 }