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

Public Member Functions

 ControlObject ($dbaccess= '', $id= '', $res= '', $dbid=0)
 
 PostDelete ()
 
 GetOids ($idclass)
 
- 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
 
 $dbtable = "octrl"
 
 $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

- Static Public Attributes inherited from DbObj
static $savepoint = array()
 

Detailed Description

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

Member Function Documentation

ControlObject (   $dbaccess = '',
  $id = '',
  $res = '',
  $dbid = 0 
)

Definition at line 55 of file Class.ControlObject.php.

GetOids (   $idclass)

Definition at line 78 of file Class.ControlObject.php.

PostDelete ( )

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

Field Documentation

$dbtable = "octrl"

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

$fields
Initial value:
= array(
"id_obj",
"id_class",
"description"
)

Definition at line 33 of file Class.ControlObject.php.

$id_fields
Initial value:
= array(
"id_obj",
"id_class"
)

Definition at line 39 of file Class.ControlObject.php.

$sqlcreate
Initial value:
= '
create table octrl (id_obj int not null,
id_class int not null,
description varchar(256));
create unique index i_octrl on octrl (id_obj, id_class);'

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


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