Core  3.2
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 ()
 
 getRawType ($type= '')
 
 isStructure ()
 
 isAbstract ()
 
 isTitle ()
 
 isNeeded ()
 
- 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)
 

Data Fields

 $fields
 
 $id_fields
 
 $dbtable = "docattr"
 
 $order_by = "ordered"
 
 $fulltextfields
 
 $id
 
 $docid
 
 $frameid
 
 $labeltext
 
 $title
 
 $abstract
 
 $type
 
 $ordered
 
 $visibility
 
 $needed
 
 $link
 
 $phpfile
 
 $phpfunc
 
 $elink
 
 $phpconstraint
 
 $usefor
 
 $options
 
 $sqlcreate
 
 $deftype
 
- 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

- 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 23 of file Class.DocAttr.php.

Member Function Documentation

getRawType (   $type = '')

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

isAbstract ( )

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

isNeeded ( )

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

isStructure ( )

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

+ Here is the call graph for this function:

isTitle ( )

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

PreInsert ( )

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

Field Documentation

$abstract

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

$dbtable = "docattr"

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

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

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

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

$elink

Definition at line 71 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 25 of file Class.DocAttr.php.

$frameid

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

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

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

$id

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

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

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

$labeltext

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

$link

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

$needed

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

$options

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

$order_by = "ordered"

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

$ordered

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

$phpconstraint

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

$phpfile

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

$phpfunc

Definition at line 70 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 76 of file Class.DocAttr.php.

$title

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

$type

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

$usefor

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

$visibility

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


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