Class TableText
- TableAccess
- TableText
License: GNU General Public License v2.0 only **********************************************************************************************
Class:
TableText
Diese Klasse dient dazu ein Textobjekt zu erstellen. Texte koennen ueber diese Klasse in der Datenbank verwaltet werden.
Es stehen die Methoden der Elternklasse TableAccess zur Verfuegung.
Located at tabletext.php
Methods summary
public
|
#
__construct(
Constructor that will create an object of a recordset of the table adm_texts. If the id is set than the specific text will be loaded. |
public
integer|string
|
|
public
boolean
|
#
save( boolean $updateFingerPrint = true )
Save all changed columns of the recordset in table of database. Therefore the class remembers if it's a new record or if only an update is necessary. The update statement will only update the changed columns. If the table has columns for creator or editor than these column with their timestamp will be updated. For new records the organization will be set per default. |
Methods inherited from TableAccess
__sleep()
,
clear()
,
connectAdditionalTable()
,
countAllRecords()
,
delete()
,
hasColumnsValueChanged()
,
isNewRecord()
,
readData()
,
readDataByColumns()
,
readDataById()
,
setArray()
,
setDatabase()
,
setValue()
Properties summary
Properties inherited from TableAccess
$additionalTables
,
$columnPrefix
,
$columnsInfos
,
$columnsValueChanged
,
$db
,
$dbColumns
,
$keyColumnName
,
$new_record
,
$tableName