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

Public Member Functions

 PreInsert ()
 
 PreUpdate ()
 
 Remove ()
 
 PostInsert ()
 
 PostUpdate ()
 
 Set ($d, $u)
 
 CheckUptime ($domain, $time)
 
 Exists ($alias, $iddomain)
 
- 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.MailAlias.php,v 1.6 2005/10/05 16:28:42 eric Exp $'
 
 $fields
 
 $id_fields
 
 $dbtable = "mailalias"
 
 $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 22 of file Class.MailAlias.php.

Member Function Documentation

CheckUptime (   $domain,
  $time 
)

Definition at line 101 of file Class.MailAlias.php.

Exists (   $alias,
  $iddomain 
)

Definition at line 112 of file Class.MailAlias.php.

PostInsert ( )

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

PostUpdate ( )

Definition at line 85 of file Class.MailAlias.php.

+ Here is the call graph for this function:

PreInsert ( )

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

+ Here is the call graph for this function:

PreUpdate ( )

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

Remove ( )

Definition at line 71 of file Class.MailAlias.php.

+ Here is the call graph for this function:

Set (   $d,
  $u 
)

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

+ Here is the call graph for this function:

Field Documentation

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

Definition at line 24 of file Class.MailAlias.php.

$dbtable = "mailalias"

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

$fields
Initial value:
= array(
"idalias",
"iddomain",
"iduser",
"alias",
"type",
"uptime",
"remove"
)

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

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

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

$sqlcreate
Initial value:
= "
create table mailalias(
idalias int not null,
iddomain int not null,
iduser int not null,
primary key (idalias),
alias varchar(100),
type int,
uptime int,
remove int );
create index mailalias_idx on mailalias(idalias);
create sequence seqidalias;
"

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


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