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

Public Member Functions

 PreInsert ()
 
 PreUpdate ()
 
 GetMaster ($dom)
 
 GetSlaves ($dom=-1)
 
 GetAll ($dom=-1)
 
 Set ($name=NULL, $id=NULL)
 
- 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

 $Class = '$Id: Class.Pop.php,v 1.4 2005/10/05 16:28:42 eric Exp $'
 
 $fields
 
 $id_fields
 
 $dbtable = 'pop'
 
 $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 23 of file Class.Pop.php.

Member Function Documentation

GetAll (   $dom = - 1)

Definition at line 89 of file Class.Pop.php.

GetMaster (   $dom)

Definition at line 67 of file Class.Pop.php.

GetSlaves (   $dom = - 1)

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

PreInsert ( )

Definition at line 53 of file Class.Pop.php.

+ Here is the call graph for this function:

PreUpdate ( )

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

Set (   $name = NULL,
  $id = NULL 
)

Definition at line 99 of file Class.Pop.php.

+ Here is the call graph for this function:

Field Documentation

$Class = '$Id: Class.Pop.php,v 1.4 2005/10/05 16:28:42 eric Exp $'

Definition at line 26 of file Class.Pop.php.

$dbtable = 'pop'

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

$fields
Initial value:
= array(
"idpop",
"iddomain",
"popname",
"master"
)

Definition at line 28 of file Class.Pop.php.

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

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

$sqlcreate
Initial value:
= "
create table pop(
idpop int not null,
primary key (idpop),
iddomain int not null,
popname varchar(100),
master varchar(1) );
create index pop_idx on pop(popname);
create sequence seq_idpop start 10;
grant all on seq_idpop to anakeen;
"

Definition at line 41 of file Class.Pop.php.


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