|
| __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) |
|
static | $savepoint = array() |
|
Definition at line 71 of file Class.SessionConf.php.
$dbtable = "session_conf" |
Initial value:= "
create table session_conf ( key varchar(50),
val varchar(200));
create index session_conf_idx on session_conf(key);"
Definition at line 85 of file Class.SessionConf.php.
Initial value:= "
insert into session_conf values ( 'TTL_INTERVAL' , 0 );
insert into session_conf values ( 'GC_DATE' , 0 );
insert into session_conf values ( 'GC_INTERVAL' , 3600 );
insert into session_conf values ( 'MAGIC' , 'La belle au bois dormant' );"
Definition at line 90 of file Class.SessionConf.php.
The documentation for this class was generated from the following file: