PHP 클래스 Horde_Db_Adapter_Pdo_Mysql, horde

저자: Mike Naberezny ([email protected])
저자: Derek DeVries ([email protected])
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Db_Adapter_Pdo_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_schemaClass string

공개 메소드들

메소드 설명
adapterName ( ) : string
connect ( ) Connect to the db
supportsMigrations ( ) : boolean

보호된 메소드들

메소드 설명
_parseConfig ( ) : array Parse configuration array into options for PDO constructor.

메소드 상세

_parseConfig() 보호된 메소드

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

adapterName() 공개 메소드

public adapterName ( ) : string
리턴 string

connect() 공개 메소드

Connect to the db
public connect ( )

supportsMigrations() 공개 메소드

public supportsMigrations ( ) : boolean
리턴 boolean

프로퍼티 상세

$_schemaClass 보호되어 있는 프로퍼티

protected string $_schemaClass
리턴 string