|
| __construct ($dbaccess= '', $id= '', $res= '', $dbid=0) |
|
| preupdate () |
|
| preInsert () |
|
| set (&$parent) |
|
| getImageUrl ($img, $default) |
|
| getLayoutFile ($layname, $default="") |
|
| setRules (Array $filesDefinition) |
|
| setRule ($fileType, $file, $definition) |
|
| getRules () |
|
| getRule ($fileType, $file) |
|
| __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 16 of file Class.Style.php.
__construct |
( |
|
$dbaccess = '' , |
|
|
|
$id = '' , |
|
|
|
$res = '' , |
|
|
|
$dbid = 0 |
|
) |
| |
getImageUrl |
( |
|
$img, |
|
|
|
$default |
|
) |
| |
getLayoutFile |
( |
|
$layname, |
|
|
|
$default = "" |
|
) |
| |
getRule |
( |
|
$fileType, |
|
|
|
$file |
|
) |
| |
setRule |
( |
|
$fileType, |
|
|
|
$file, |
|
|
|
$definition |
|
) |
| |
setRules |
( |
Array |
$filesDefinition | ) |
|
$_expanded_rules = array() |
|
protected |
Initial value:= array(
"name",
"description",
"parsable",
"rules"
)
Definition at line 20 of file Class.Style.php.
Initial value:= "
create table style (
name text not null,
primary key (name),
description text,
parsable char default 'N',
rules text default '{}'
);
create sequence SEQ_ID_STYLE start 10000;
"
Definition at line 39 of file Class.Style.php.
const RULE_FLAG_PARSE_ON_RUNTIME = 1 |
The documentation for this class was generated from the following file: