PHP Class Horde_Db_Adapter_Pdo_Mysql, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Db_Adapter_Pdo_Base
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_schemaClass string

Public Methods

Method Description
adapterName ( ) : string
connect ( ) Connect to the db
supportsMigrations ( ) : boolean

Protected Methods

Method Description
_parseConfig ( ) : array Parse configuration array into options for PDO constructor.

Method Details

_parseConfig() protected method

http://pecl.php.net/bugs/7234 Setting a bogus socket does not appear to work.
protected _parseConfig ( ) : array
return array [dsn, username, password]

adapterName() public method

public adapterName ( ) : string
return string

connect() public method

Connect to the db
public connect ( )

supportsMigrations() public method

public supportsMigrations ( ) : boolean
return boolean

Property Details

$_schemaClass protected_oe property

protected string $_schemaClass
return string