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

Public Member Functions

 PreInsert ()
 
 PreUpdate ()
 
 ListAll ($local=1)
 
 MasterPopId ()
 
 Remove ()
 
 Set ($name=NULL)
 
 PostInit ()
 
 Created ()
 
 SetGenTime ($time)
 
 Exists ($name)
 
- 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.Domain.php,v 1.6 2005/10/05 16:28:42 eric Exp $'
 
 $fields
 
 $id_fields
 
 $dbtable = "domain"
 
 $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.Domain.php.

Member Function Documentation

Created ( )

Definition at line 142 of file Class.Domain.php.

+ Here is the call graph for this function:

Exists (   $name)

Definition at line 154 of file Class.Domain.php.

ListAll (   $local = 1)

Definition at line 88 of file Class.Domain.php.

MasterPopId ( )

Definition at line 102 of file Class.Domain.php.

PostInit ( )

Definition at line 131 of file Class.Domain.php.

+ Here is the call graph for this function:

PreInsert ( )

Definition at line 69 of file Class.Domain.php.

+ Here is the call graph for this function:

PreUpdate ( )

Definition at line 82 of file Class.Domain.php.

Remove ( )

Definition at line 109 of file Class.Domain.php.

+ Here is the call graph for this function:

Set (   $name = NULL)

Definition at line 116 of file Class.Domain.php.

+ Here is the call graph for this function:

SetGenTime (   $time)

Definition at line 148 of file Class.Domain.php.

Field Documentation

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

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

$dbtable = "domain"

Definition at line 47 of file Class.Domain.php.

$fields
Initial value:
= array(
"iddomain",
"name",
"status",
"root",
"gentime",
"quotast",
"quota",
"quotaalert",
"quotatext",
"nobodymsg",
"nobodyalert",
"autoreplaymsg"
)

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

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

Definition at line 43 of file Class.Domain.php.

$sqlcreate
Initial value:
= "
create table domain(
iddomain int not null,
primary key (iddomain),
name varchar(100),
status int,
root varchar(255),
gentime int,
quotast int,
quota int,
quotaalert varchar(255),
quotatext varchar(255),
nobodymsg varchar(255),
nobodyalert varchar(255),
autoreplaymsg varchar(255)
);
create index domain_idx on domain(iddomain);
create sequence seq_iddomain start 10;
"

Definition at line 49 of file Class.Domain.php.


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