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

Public Member Functions

 PreUpdate ()
 
 GetDocids ($text)
 
 DeleteValues ($docid)
 
- 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 = "docvalue"
 
 $order_by = "docid"
 
 $fulltextfields
 
 $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

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

Detailed Description

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

Member Function Documentation

DeleteValues (   $docid)

Definition at line 97 of file Class.DocValue.php.

GetDocids (   $text)

Definition at line 75 of file Class.DocValue.php.

PreUpdate ( )

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

+ Here is the call graph for this function:

Field Documentation

$dbtable = "docvalue"

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

$fields
Initial value:
= array(
"docid",
"attrid",
"value"
)

Definition at line 33 of file Class.DocValue.php.

$fulltextfields
Initial value:
= array(
"docid",
"attrid",
"value"
)

Definition at line 48 of file Class.DocValue.php.

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

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

$order_by = "docid"

Definition at line 46 of file Class.DocValue.php.

$sqlcreate
Initial value:
= "
create table docvalue ( docid int not null,
attrid name not null,
value text
);
create unique index idx_docvalue on docvalue (docid, attrid);"

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


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