Data Fields | |
const | NOTICE = 1 |
const | INFO = 2 |
const | MESSAGE = 4 |
const | WARNING = 8 |
const | ERROR = 16 |
$fields | |
$id | |
$uid | |
$uname | |
$date | |
$level | |
$initid | |
$code | |
$comment | |
$id_fields | |
$dbtable = "dochisto" | |
$sqlcreate | |
Data Fields inherited from DbObj | |
$dbid = - 1 | |
$dbaccess = '' | |
$fields | |
$dbtable = '' | |
$id_fields | |
$criterias = array() | |
$sup_fields = array() | |
$sup_where = array() | |
$sup_tables = array() | |
$fulltextfields = array() | |
$order_by = "" | |
$isset = false | |
$msg_err = '' | |
$err_code = '' | |
$res = '' | |
$debug = false | |
$sqlcreate | |
$sqlinit | |
$log | |
Additional Inherited Members | |
Public Member Functions inherited from DbObj | |
__construct ($dbaccess= '', $id= '', $res= '', $dbid=0) | |
Select ($id) | |
getValues () | |
affectColumn ($fields, $reset=true) | |
affect ($array, $more=false, $reset=true) | |
isAffected () | |
Complete () | |
preInsert () | |
postInsert () | |
preUpdate () | |
postUpdate () | |
preDelete () | |
postDelete () | |
preSelect ($id) | |
postSelect ($id) | |
Add ($nopost=false, $nopre=false) | |
modify ($nopost=false, $sfields="", $nopre=false) | |
delete ($nopost=false) | |
Adds (&$tcopy, $nopost=false) | |
lw ($prop) | |
CloseConnect () | |
Create ($nopost=false) | |
postInit () | |
init_dbid () | |
exec_query ($sql, $lvl=0, $prepare=false) | |
numrows () | |
fetch_array ($c, $type=PGSQL_ASSOC) | |
update () | |
setError ($moreerr= '') | |
autoUpdate () | |
savePoint ($point) | |
lockPoint ($exclusiveLock, $exclusiveLockPrefix= '') | |
setMasterLock ($useLock) | |
rollbackPoint ($point) | |
commitPoint ($point) | |
Static Public Attributes inherited from DbObj | |
static | $savepoint = array() |
static | $lockpoint = array() |
static | $sqlStrict = null |
Protected Member Functions inherited from DbObj | |
tryCreate () | |
Definition at line 26 of file Class.DocHisto.php.
$code |
Definition at line 75 of file Class.DocHisto.php.
$comment |
Definition at line 79 of file Class.DocHisto.php.
$date |
comment date record date
Definition at line 65 of file Class.DocHisto.php.
$dbtable = "dochisto" |
Definition at line 85 of file Class.DocHisto.php.
$fields |
Definition at line 34 of file Class.DocHisto.php.
$id |
identifier of document int
Definition at line 50 of file Class.DocHisto.php.
$id_fields |
Definition at line 81 of file Class.DocHisto.php.
$initid |
Definition at line 71 of file Class.DocHisto.php.
$level |
level of comment int
Definition at line 70 of file Class.DocHisto.php.
$sqlcreate |
Definition at line 87 of file Class.DocHisto.php.
$uid |
identifier system of the user int
Definition at line 55 of file Class.DocHisto.php.
$uname |
firstname and last name of the user string
Definition at line 60 of file Class.DocHisto.php.
const ERROR = 16 |
Definition at line 32 of file Class.DocHisto.php.
const INFO = 2 |
Definition at line 29 of file Class.DocHisto.php.
const MESSAGE = 4 |
Definition at line 30 of file Class.DocHisto.php.
const NOTICE = 1 |
Definition at line 28 of file Class.DocHisto.php.
const WARNING = 8 |
Definition at line 31 of file Class.DocHisto.php.