PHP Class SQLMySQL

Inheritance: extends SQLGlobal
Datei anzeigen Open project: zblogcn/zblogphp Class Usage Examples

Public Methods

Method Description
__construct ( object &$db = null )
exist ( $table, $dbname = '' )
reset ( )

Protected Methods

Method Description
buildBeforeWhere ( )
buildCreate ( )
buildIndex ( )
buildSelect ( )

Method Details

__construct() public method

public __construct ( object &$db = null )
$db object

buildBeforeWhere() protected method

protected buildBeforeWhere ( )

buildCreate() protected method

protected buildCreate ( )

buildIndex() protected method

protected buildIndex ( )

buildSelect() protected method

protected buildSelect ( )

exist() public method

public exist ( $table, $dbname = '' )

reset() public method

public reset ( )