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
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_schemaClass string

Méthodes publiques

Méthode Description
adapterName ( ) : string
connect ( ) Connect to the db
supportsMigrations ( ) : boolean

Méthodes protégées

Méthode Description
_parseConfig ( ) : array Parse configuration array into options for PDO constructor.

Method Details

_parseConfig() protected méthode

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

adapterName() public méthode

public adapterName ( ) : string
Résultat string

connect() public méthode

Connect to the db
public connect ( )

supportsMigrations() public méthode

public supportsMigrations ( ) : boolean
Résultat boolean

Property Details

$_schemaClass protected_oe property

protected string $_schemaClass
Résultat string