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

Data Fields

 $fields
 
 $sup_fields
 
 $tid
 
 $uid
 
 $uname
 
 $date
 
 $id_fields
 
 $dbtable = "taskrequest"
 
 $sqlcreate
 
 SQL
 
- 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 19 of file Class.TaskRequest.php.

Field Documentation

$date

comment date record date

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

$dbtable = "taskrequest"

Definition at line 60 of file Class.TaskRequest.php.

$fields
Initial value:
= array(
"tid",
"fkey",
"uid",
"uname",
"status",
"comment"
)

Definition at line 21 of file Class.TaskRequest.php.

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

Definition at line 56 of file Class.TaskRequest.php.

$sqlcreate
Initial value:
= <<<'SQL'
CREATE TABLE taskrequest (
tid TEXT NOT NULL PRIMARY KEY,
fkey TEXT,
uid INT NOT NULL,
uname TEXT,
status CHAR,
date TIMESTAMP DEFAULT NOW(),
comment TEXT
)

Definition at line 62 of file Class.TaskRequest.php.

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

Definition at line 31 of file Class.TaskRequest.php.

$tid

identificator of task int

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

$uid

identificator system of the user int

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

$uname

firstname and last name of the user string

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

SQL

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


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