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

Public Member Functions

 PreInsert ()
 
 CVisibility ()
 
- 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)
 

Data Fields

 $fields
 
 $id_fields
 
 $dbtable = "docattr"
 
 $order_by = "ordered"
 
 $fulltextfields
 
 $sqlcreate
 
 $deftype
 
 $isCacheble = false
 
- 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

- Static Public Attributes inherited from DbObj
static $savepoint = array()
 

Detailed Description

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

Member Function Documentation

CVisibility ( )

Definition at line 121 of file Class.DocAttr.php.

PreInsert ( )

Definition at line 102 of file Class.DocAttr.php.

Field Documentation

$dbtable = "docattr"

Definition at line 57 of file Class.DocAttr.php.

$deftype
Initial value:
= array(
"text",
"longtext",
"image",
"file",
"frame",
"enum",
"date",
"integer",
"double",
"money",
"password"
)

Definition at line 87 of file Class.DocAttr.php.

$fields
Initial value:
= array(
"id",
"docid",
"frameid",
"labeltext",
"title",
"abstract",
"type",
"ordered",
"visibility",
"needed",
"link",
"phpfile",
"phpfunc",
"elink",
"phpconstraint",
"usefor",
"options"
)

Definition at line 32 of file Class.DocAttr.php.

$fulltextfields
Initial value:
= array(
"labeltext"
)

Definition at line 61 of file Class.DocAttr.php.

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

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

$isCacheble = false

Definition at line 100 of file Class.DocAttr.php.

$order_by = "ordered"

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

$sqlcreate
Initial value:
= "
create table docattr ( id name,
docid int not null,
frameid name,
labeltext text,
title char,
abstract char,
type text,
ordered int,
visibility char,
needed char,
link text,
phpfile text,
phpfunc text,
elink text,
phpconstraint text,
usefor char DEFAULT 'N',
options text
);
create sequence seq_id_docattr start 1000;
create unique index idx_iddocid on docattr(id, docid)"

Definition at line 65 of file Class.DocAttr.php.


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