|
| setdef (&$v, $d) |
|
| PreInsert () |
|
| PreUpdate () |
|
| Remove () |
|
| PostInsert () |
|
| PostUpdate () |
|
| ListAccount ($dom=0, $admacc= 'N') |
|
| ListAlias () |
|
| CheckUptime ($domain, $time) |
|
| __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) |
|
Definition at line 23 of file Class.MailAccount.php.
CheckUptime |
( |
|
$domain, |
|
|
|
$time |
|
) |
| |
ListAccount |
( |
|
$dom = 0 , |
|
|
|
$admacc = 'N' |
|
) |
| |
$Class = '$Id: Class.MailAccount.php,v 1.6 2006/01/27 07:49:38 eric Exp $' |
Initial value:= array(
"iddomain",
"iduser",
"login",
"pop",
"vacst",
"vacmsg",
"fwdst",
"fwdadd",
"type",
"keepfwd",
"uptime",
"remove",
"quota",
"filterspam"
)
Definition at line 27 of file Class.MailAccount.php.
Initial value:= "
create table mailaccount(
iddomain int not null,
iduser int not null,
primary key (iduser),
login varchar(100),
pop varchar(100),
vacst int,
vacmsg text,
fwdst int,
fwdadd varchar(300),
type int,
keepfwd int,
uptime int,
remove int,
quota int,
filterspam int );
create index mailaccount_idx on mailaccount(iduser);
"
Definition at line 50 of file Class.MailAccount.php.
The documentation for this class was generated from the following file: