Data Fields | |
const | LOG_NOTICE = 1 |
const | LOG_INFO = 2 |
const | LOG_NOTIFY = 4 |
const | LOG_WARNING = 8 |
const | LOG_ERROR = 16 |
$fields | |
$sup_fields | |
$id | |
$uid | |
$uname | |
$date | |
$level | |
$arg | |
$initid | |
$title | |
$comment | |
$code | |
$id_fields | |
$dbtable = "doclog" | |
$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 () | |
#@+ constant for log level history
Definition at line 21 of file Class.DocLog.php.
$arg |
arg of code text serialize object
Definition at line 77 of file Class.DocLog.php.
$code |
Definition at line 88 of file Class.DocLog.php.
$comment |
Definition at line 87 of file Class.DocLog.php.
$date |
comment date record date
Definition at line 67 of file Class.DocLog.php.
$dbtable = "doclog" |
Definition at line 92 of file Class.DocLog.php.
$fields |
Definition at line 29 of file Class.DocLog.php.
$id |
identifier of document int
Definition at line 52 of file Class.DocLog.php.
$id_fields |
Definition at line 89 of file Class.DocLog.php.
$initid |
Definition at line 79 of file Class.DocLog.php.
$level |
level of comment int
Definition at line 72 of file Class.DocLog.php.
$sqlcreate |
Definition at line 94 of file Class.DocLog.php.
$sup_fields |
Definition at line 43 of file Class.DocLog.php.
$title |
Definition at line 83 of file Class.DocLog.php.
$uid |
identifier system of the user int
Definition at line 57 of file Class.DocLog.php.
$uname |
firstname and last name of the user string
Definition at line 62 of file Class.DocLog.php.
const LOG_ERROR = 16 |
Definition at line 27 of file Class.DocLog.php.
const LOG_INFO = 2 |
Definition at line 24 of file Class.DocLog.php.
const LOG_NOTICE = 1 |
Definition at line 23 of file Class.DocLog.php.
const LOG_NOTIFY = 4 |
Definition at line 25 of file Class.DocLog.php.
const LOG_WARNING = 8 |
Definition at line 26 of file Class.DocLog.php.