|
Stud.IP
2.2 Revision 48548
|

Public Member Functions | |
| PDOHandler ($table_name="chat_data") | |
| store (&$what, $key) | |
| restore (&$what, $key) | |
Data Fields | |
| $table_name | |
| PDOHandler | ( | $table_name = "chat_data" | ) |
constructor
public
| string | $db_name | |
| string | $table_name |
| restore | ( | & | $what, |
| $key | |||
| ) |
restores a variable from shared memory
public
| mixed | &$what | variable to restore (call by reference) |
| integer | $key | the key from which to store |

| store | ( | & | $what, |
| $key | |||
| ) |
stores a variable in shared memory
public
| mixed | &$what | variable to store (call by reference) |
| integer | $key | the key under which to store |

| $table_name |