Exemple #1
0
 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');
 }
Exemple #2
0
 function DataSaveSQLite($cfg_section)
 {
     parent::__construct($cfg_section);
     $this->_CheckSubmitLimitReset();
 }