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

Data Fields

 $fields
 
 $id_fields
 
 $dbtable = "paramdef"
 
 $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

- 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)
 
- Static Public Attributes inherited from DbObj
static $savepoint = array()
 

Detailed Description

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

Field Documentation

$dbtable = "paramdef"

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

$fields
Initial value:
= array(
"name",
"isuser",
"isstyle",
"isglob",
"appid",
"descr",
"kind"
)

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

$id_fields
Initial value:
= array(
"name"
)

Definition at line 56 of file Class.ParamDef.php.

$sqlcreate
Initial value:
= '
create table paramdef (
name text,
isuser varchar(1),
isstyle varchar(1),
isglob varchar(1),
appid int4,
descr text,
kind text);
create unique index paramdef_idx1 on paramdef(name);
'

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


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