Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
DocLog Class Reference
+ Inheritance diagram for DocLog:
+ Collaboration diagram for DocLog:

Data Fields

 $fields
 
 $sup_fields
 
 $id
 
 $uid
 
 $uname
 
 $date
 
 $level
 
 $arg
 
 $id_fields
 
 $dbtable = "doclog"
 
 $sqlcreate
 
- Data Fields inherited from DbObj
 $dbid = - 1
 
 $dbaccess = ''
 
 $fields
 
 $dbtable = ''
 
 $criterias = array()
 
 $sup_fields = array()
 
 $sup_where = array()
 
 $sup_tables = array()
 
 $fulltextfields = array()
 
 $order_by = ""
 
 $isset = false
 
 $msg_err = ''
 
 $err_code = ''
 
 $res = null
 
 $debug = false
 

Additional Inherited Members

- Public Member Functions inherited from DbObj
 __construct ($dbaccess= '', $id= '', $res= '', $dbid=0)
 
 Select ($id)
 
 getValues ()
 
 AffectColumn ($fields)
 
 Affect ($array)
 
 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 ()
 
 savePoint ($point)
 
 rollbackPoint ($point)
 
 commitPoint ($point)
 
- Static Public Attributes inherited from DbObj
static $savepoint = array()
 

Detailed Description

Definition at line 28 of file Class.DocLog.php.

Field Documentation

$arg

arg of code text serialize object

Definition at line 77 of file Class.DocLog.php.

$date

comment date record date

Definition at line 67 of file Class.DocLog.php.

$dbtable = "doclog"

Definition at line 82 of file Class.DocLog.php.

$fields
Initial value:
= array(
"id",
"initid",
"title",
"uid",
"uname",
"level",
"code",
"arg",
"comment"
)

Definition at line 30 of file Class.DocLog.php.

$id

identificator of document int

Definition at line 52 of file Class.DocLog.php.

$id_fields
Initial value:
= array(
"id"
)

Definition at line 79 of file Class.DocLog.php.

$level

level of comment int

Definition at line 72 of file Class.DocLog.php.

$sqlcreate
Initial value:
= "
create table doclog ( id int not null,
initid int not null,
title text,
uid int not null,
uname text,
date timestamp default now(),
level int,
code text not null,
arg text,
comment text );
create index i_doclog on doclog(id);
create index in_doclog on doclog(initid);
create index date_doclog on doclog(date);
"

Definition at line 84 of file Class.DocLog.php.

$sup_fields
Initial value:
= array(
"date",
)

Definition at line 44 of file Class.DocLog.php.

$uid

identificator 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.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen - published under CC License - Dynacase