CHANGELOG
GPL
INSTALL
LICENSE
README
GenericDB | --SessionDB
WARNING: please note that PHP only allows one session at a time, so using this backend will break any applications that make use of sessions beneath.
[line 35]
void check( $key)
void close( )
void delete( $key)
void fetch( $key)
Overridden in child classes as:
void fetch_all( )
void open( )
void replace( $key, $value)