Class TableMessage
- TableAccess
-
TableMessage
License: GNU General Public License v2.0 only **********************************************************************************************
Class:
TableMessage This class manages the set, update and delete in the table adm_messages
Located at tablemessage.php
Methods summary
public
|
#
__construct(
Constructor that will create an object of a recordset of the table adm_messages. If the id is set than the specific message will be loaded. |
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
PDOStatement
|
|
public
PDOStatement
|
|
public
integer
|
#
getConversationPartner( integer $usrId )
Set a new value for a column of the database table. The value is only saved in the object. You must call the method @b save to store the new value to the database |
public
boolean
|
Methods inherited from TableAccess
__sleep(),
clear(),
connectAdditionalTable(),
countAllRecords(),
getValue(),
hasColumnsValueChanged(),
isNewRecord(),
readData(),
readDataByColumns(),
readDataById(),
save(),
setArray(),
setDatabase(),
setValue()
Properties inherited from TableAccess
$additionalTables,
$columnPrefix,
$columnsInfos,
$columnsValueChanged,
$db,
$dbColumns,
$keyColumnName,
$new_record,
$tableName