PHP Class Pix_Table_Db_Adapter_MysqlConf, pixframework

Inheritance: extends Pix_Table_Db_Adapter_SQL
Show file Open project: pixnet/pixframework

Public Properties

Property Type Description
$_connect_version

Protected Properties

Property Type Description
$_config
$_link_pool_version
$_link_pools

Public Methods

Method Description
__construct ( $config )
__get ( $name )
getLastInsertId ( $table = null )
getSupportFeatures ( )
query ( $sql, $table = null )
resetConnect ( )

Protected Methods

Method Description
_getLink ( $type = 'master', $with_ping = true )

Method Details

__construct() public method

public __construct ( $config )

__get() public method

public __get ( $name )

getLastInsertId() public method

public getLastInsertId ( $table = null )

getSupportFeatures() public method

public getSupportFeatures ( )

query() public method

public query ( $sql, $table = null )

resetConnect() public static method

public static resetConnect ( )

Property Details

$_config protected property

protected $_config

$_connect_version public static property

public static $_connect_version