|
| PreInsert () |
|
| getRawType ($type= '') |
|
| isStructure () |
|
| isAbstract () |
|
| isTitle () |
|
| isNeeded () |
|
| __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) |
|
Definition at line 23 of file Class.DocAttr.php.
Initial value:= array(
"text",
"longtext",
"image",
"file",
"frame",
"enum",
"date",
"integer",
"double",
"money",
"password"
)
Definition at line 98 of file Class.DocAttr.php.
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.
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.
The documentation for this class was generated from the following file: