Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
DocUtag Class Reference
+ Inheritance diagram for DocUtag:
+ Collaboration diagram for DocUtag:

Data Fields

 $fields
 
 $id
 
 $initid
 
 $uid
 
 $uname
 
 $date
 
 $tag
 
 $fromuid
 
 $comment
 
 $fixed = 'false'
 
 $id_fields
 
 $dbtable = "docutag"
 
 $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 ()
 

Detailed Description

Definition at line 17 of file Class.DocUTag.php.

Field Documentation

$comment

value/comment of tag string

Definition at line 69 of file Class.DocUTag.php.

$date

comment date record date

Definition at line 54 of file Class.DocUTag.php.

$dbtable = "docutag"

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

$fields
Initial value:
= array(
"id",
"initid",
"uid",
"uname",
"date",
"tag",
"fromuid",
"fixed",
"comment"
)

Definition at line 19 of file Class.DocUTag.php.

$fixed = 'false'

Definition at line 71 of file Class.DocUTag.php.

$fromuid

identifier system of the author user int

Definition at line 64 of file Class.DocUTag.php.

$id

identifier of document int

Definition at line 34 of file Class.DocUTag.php.

$id_fields
Initial value:
= array(
"id",
"uid",
"tag"
)

Definition at line 73 of file Class.DocUTag.php.

$initid

initial identifier of document int

Definition at line 39 of file Class.DocUTag.php.

$sqlcreate
Initial value:
= "
create table docutag ( id int not null,
initid int not null,
uid int not null,
uname text,
date timestamp,
tag text,
fromuid int,
fixed boolean default false,
comment text);
create index i_docutag on docutag(id);
create index in_docutag on docutag(initid);
"

Definition at line 81 of file Class.DocUTag.php.

$tag

level of comment int

Definition at line 59 of file Class.DocUTag.php.

$uid

identifier system of the user int

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

$uname

firstname and last name of the user string

Definition at line 49 of file Class.DocUTag.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen