Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
PDOHandler Class Reference
Collaboration diagram for PDOHandler:
Collaboration graph

Public Member Functions

 PDOHandler ($table_name="chat_data")
 store (&$what, $key)
 restore (&$what, $key)

Data Fields

 $table_name

Member Function Documentation

PDOHandler (   $table_name = "chat_data")

constructor

public

Parameters
string$db_name
string$table_name
restore ( $what,
  $key 
)

restores a variable from shared memory

public

Parameters
mixed&$whatvariable to restore (call by reference)
integer$keythe key from which to store

Here is the call graph for this function:

store ( $what,
  $key 
)

stores a variable in shared memory

public

Parameters
mixed&$whatvariable to store (call by reference)
integer$keythe key under which to store

Here is the call graph for this function:

Field Documentation

$table_name

The documentation for this class was generated from the following file: