Ferreteria/v2/usage/db/records
< Ferreteria | v2 | usage | db
Jump to navigation
Jump to search
The routines for writing data from a recordset object back to the database are simple by default but can be overridden in several ways behind the scenes.
documentation in progress
Method Index
ftName_forTableprotected function FigureSQL_forInsert(array $arData)public function FigureSQL_forUpdate(array $arChg,$sqlWhere,$isNativeData=self::KFMT_NATIVE)
trait ftWriteableTablepublic function Insert(array $arData)public function Update(array $arChg,$sqlWhere,$isNativeData=FALSE)
trait ftSaveableRecordprotected function TouchField($sKey)protected function TouchedArray()ChangeFieldValues(array $ar)GetStorableValues_Changed()GetStorableValues_toInsert()defaults toGetStorableValues_Changed()GetStorableValues_toUpdate()defaults toGetStorableValues_Changed()GetInsertStorageOverrides()defaults to array()GetUpdateStorageOverrides()defaults to array()SetFieldValue($sKey,$val)adds call to TouchField()Save($arSave=NULL)