PHP Class Flake\Core\Model\Db

Inheritance: extends Flake\Core\Model
Show file Open project: jeromeschneider/baikal Class Usage Examples

Protected Properties

Property Type Description
$bFloating

Public Methods

Method Description
__construct ( $sPrimary = false )
destroy ( )
floating ( )
getBaseRequester ( )
getByRequest ( FS\Core\Requester\Sql $oRequester )
getDataTable ( )
getPrimary ( )
getPrimaryKey ( )
persist ( )

Protected Methods

Method Description
initByPrimary ( $sPrimary )
initFloating ( )

Method Details

__construct() public method

public __construct ( $sPrimary = false )

destroy() public method

public destroy ( )

floating() public method

public floating ( )

getBaseRequester() static public method

static public getBaseRequester ( )

getByRequest() static public method

static public getByRequest ( FS\Core\Requester\Sql $oRequester )
$oRequester FS\Core\Requester\Sql

getDataTable() static public method

static public getDataTable ( )

getPrimary() public method

public getPrimary ( )

getPrimaryKey() static public method

static public getPrimaryKey ( )

initByPrimary() protected method

protected initByPrimary ( $sPrimary )

initFloating() protected method

protected initFloating ( )

persist() public method

public persist ( )

Property Details

$bFloating protected property

protected $bFloating