ADODB_Session Class Reference

List of all members.

Public Member Functions

 driver ($driver=null)
 host ($host=null)
 user ($user=null)
 password ($password=null)
 database ($database=null)
 persist ($persist=null)
 lifetime ($lifetime=null)
 debug ($debug=null)
 expireNotify ($expire_notify=null)
 table ($table=null)
 optimize ($optimize=null)
 syncSeconds ($sync_seconds=null)
 clob ($clob=null)
 dataFieldName ($data_field_name=null)
 filter ($filter=null)
 encryptionKey ($encryption_key=null)
_conn ($conn=null)
 _crc ($crc=null)
 _init ()
 _sessionKey ()
 _dumprs ($rs)
 config ($driver, $host, $user, $password, $database=false, $options=false)
 open ($save_path, $session_name, $persist=null)
 close ()
 read ($key)
 write ($key, $val)
 destroy ($key)
 gc ($maxlifetime)
 driver ($driver=null)
 host ($host=null)
 user ($user=null)
 password ($password=null)
 database ($database=null)
 persist ($persist=null)
 lifetime ($lifetime=null)
 debug ($debug=null)
 expireNotify ($expire_notify=null)
 table ($table=null)
 optimize ($optimize=null)
 syncSeconds ($sync_seconds=null)
 clob ($clob=null)
 dataFieldName ($data_field_name=null)
 filter ($filter=null)
 encryptionKey ($encryption_key=null)
_conn ($conn=null)
 _crc ($crc=null)
 _init ()
 _sessionKey ()
 _dumprs ($rs)
 config ($driver, $host, $user, $password, $database=false, $options=false)
 open ($save_path, $session_name, $persist=null)
 close ()
 read ($key)
 write ($key, $val)
 destroy ($key)
 gc ($maxlifetime)


Detailed Description

Definition at line 110 of file adodb-session.php.


Member Function Documentation

ADODB_Session::open ( save_path,
session_name,
persist = null 
)

Create the connection to the database.

If $conn already exists, reuse that connection

Definition at line 516 of file adodb-session.php.

ADODB_Session::close (  ) 

Close the connection

Definition at line 571 of file adodb-session.php.

ADODB_Session::write ( key,
val 
)

Write the serialized data to a database.

If the data has not been modified since the last read(), we do not write.

Definition at line 637 of file adodb-session.php.

ADODB_Session::open ( save_path,
session_name,
persist = null 
)

Create the connection to the database.

If $conn already exists, reuse that connection

Definition at line 538 of file adodb-session2.php.

ADODB_Session::close (  ) 

Close the connection

Definition at line 593 of file adodb-session2.php.

ADODB_Session::write ( key,
val 
)

Write the serialized data to a database.

If the data has not been modified since the last read(), we do not write.

Definition at line 658 of file adodb-session2.php.


The documentation for this class was generated from the following files:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!