Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Inherits CPersonBase, and CPersonBase.
Protected Attributes | |
$m_bAutoID = false | |
![]() | |
$m_sTable = TABLE_PERSON | |
$m_sIdColumn = 'ContactID' | |
$m_aDefaultValues | |
![]() | |
$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 | |
![]() | |
__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=[]) | |
![]() | |
GetRules () | |
Definition at line 14 of file CPerson.php.