Ferreteria/v2/usage/db/records

From Woozle Writes Code
< Ferreteria‎ | v2‎ | usage‎ | db
Revision as of 11:59, 20 February 2018 by htyp>Woozle (saving work for now)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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_forTable
    • protected function FigureSQL_forInsert(array $arData)
    • public function FigureSQL_forUpdate(array $arChg,$sqlWhere,$isNativeData=self::KFMT_NATIVE)
  • trait ftWriteableTable
    • public function Insert(array $arData)
    • public function Update(array $arChg,$sqlWhere,$isNativeData=FALSE)