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

Public Member Functions

 Set (&$parent)
 
 GetImageUrl ($img, $default)
 
 GetLayoutFile ($layname, $default="")
 
- 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
 
 $sqlcreate
 
 $dbtable = "style"
 
- 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 23 of file Class.Style.php.

Member Function Documentation

GetImageUrl (   $img,
  $default 
)

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

GetLayoutFile (   $layname,
  $default = "" 
)

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

Set ( $parent)

Definition at line 47 of file Class.Style.php.

Field Documentation

$dbtable = "style"

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

$fields
Initial value:
= array(
"name",
"description",
"parsable"
)

Definition at line 25 of file Class.Style.php.

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

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

$sqlcreate
Initial value:
= "
create table style (
name text not null,
primary key (name),
description text,
parsable char default 'N'
);
create sequence SEQ_ID_STYLE start 10000;
"

Definition at line 35 of file Class.Style.php.


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