Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
Protected Attributes | List of all members
COrderHistoryBase Class Reference

Inherits CTable.

Inherited by COrderHistory, and COrderHistory.

Protected Attributes

 $m_sTable = TABLE_ORDER_HISTORY
 
 $m_sIdColumn = 'nID'
 
 $m_aDefaultValues
 
- Protected Attributes inherited from CTable
 $m_oDB = null
 
 $m_sTable = 'table'
 
 $m_sIdColumn = 'id'
 
 $m_bAutoID = true
 
 $m_aDefaultValues = []
 
 $m_aActualValues = []
 
 $m_aRules = []
 
 $m_bNewRecord
 
 $m_bModified
 

Additional Inherited Members

- Public Member Functions inherited from CTable
 __construct (\SDExtension\DB\CDataBase $oDB)
 
 GetDB ()
 
 Reset ()
 
 Save ($aActualValues=null)
 
 UpdateSave ($aActualValues=[], $bModified=true, $bAutoId=false)
 
 Set ($aActualValues=[], $bModified=true)
 
 Get ()
 
 GetRecords ()
 
 Load ($aWhere=[], $nReturnType=\PDO::FETCH_ASSOC)
 
 LoadByValue ($sColumn, $sValue)
 
 LoadByID ($sValue)
 
 Reload ($sID=null)
 
 CreateOriginalCopies ()
 
 Validate ($aActualValues=[])
 
- Protected Member Functions inherited from CTable
 GetRules ()
 

Detailed Description

Definition at line 19 of file COrderHistoryBase.php.

Member Data Documentation

$m_aDefaultValues
protected
Initial value:
= [
'nID' => 0

Definition at line 35 of file COrderHistoryBase.php.


The documentation for this class was generated from the following file: