SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Database

Session database driver.

Variables

NameVisibilityDescription
$encrypt 
$session_id 
$table 
$written 

Functions

NameVisibilityDescription
__constructpublic 
closepublic 
destroypublic 
gcpublic 
openpublic 
readpublic 
regeneratepublic 
writepublic 

public __construct

void $Database->__construct ( );

This function does not have a description

public close

unknown $Database->close ( );

This function does not have a description

public destroy

unknown $Database->destroy ( mixed $id );

This function does not have a description

public gc

void $Database->gc ( mixed $maxlifetime );

This function does not have a description

public open

unknown $Database->open ( mixed $path , mixed $name );

This function does not have a description

public read

unknown $Database->read ( mixed $id );

This function does not have a description

public regenerate

unknown $Database->regenerate ( );

This function does not have a description

public write

unknown $Database->write ( mixed $id , mixed $data );

This function does not have a description