PHP Class Exakat\Datastore

Datei anzeigen Open project: exakat/exakat Class Usage Examples

Public Methods

Method Description
__construct ( Config $config, $create = self::REUSE )
addRow ( $table, $data )
addRowAnalyzer ( $analyzer, $key, $value = '' )
cleanTable ( $table )
deleteRow ( $table, $data )
getCol ( $table, $col )
getHash ( $key )
getHashAnalyzer ( $analyzer )
getRow ( $table )
hasResult ( $table )
reload ( )

Private Methods

Method Description
checkTable ( $table )

Method Details

__construct() public method

public __construct ( Config $config, $create = self::REUSE )
$config Config

addRow() public method

public addRow ( $table, $data )

addRowAnalyzer() public method

public addRowAnalyzer ( $analyzer, $key, $value = '' )

cleanTable() public method

public cleanTable ( $table )

deleteRow() public method

public deleteRow ( $table, $data )

getCol() public method

public getCol ( $table, $col )

getHash() public method

public getHash ( $key )

getHashAnalyzer() public method

public getHashAnalyzer ( $analyzer )

getRow() public method

public getRow ( $table )

hasResult() public method

public hasResult ( $table )

reload() public method

public reload ( )