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

Public Member Functions

 PreInsert ()
 
 PreUpdate ()
 
 ListAll ($domain=-1)
 
 Remove ()
 
- 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.DomainAlias.php,v 1.4 2005/10/05 16:28:42 eric Exp $'
 
 $fields
 
 $id_fields
 
 $dbtable = "domainalias"
 
 $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.DomainAlias.php.

Member Function Documentation

ListAll (   $domain = - 1)

Definition at line 74 of file Class.DomainAlias.php.

PreInsert ( )

Definition at line 54 of file Class.DomainAlias.php.

+ Here is the call graph for this function:

PreUpdate ( )

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

Remove ( )

Definition at line 90 of file Class.DomainAlias.php.

+ Here is the call graph for this function:

Field Documentation

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

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

$dbtable = "domainalias"

Definition at line 40 of file Class.DomainAlias.php.

$fields
Initial value:
= array(
"iddomainalias",
"iddomain",
"name",
"removed",
"uptime"
)

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

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

Definition at line 36 of file Class.DomainAlias.php.

$sqlcreate
Initial value:
= "
create table domainalias(
iddomainalias int not null,
iddomain int not null,
primary key (iddomainalias),
name varchar(100) unique,
removed int,
uptime int );
create index domainalias_idx on domainalias(iddomainalias);
create sequence seq_iddomainalias start 10;
"

Definition at line 42 of file Class.DomainAlias.php.


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