PHP 클래스 Horde_Core_Factory_DbPear, horde

. Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
create ( string $type = 'rw', string $app = 'horde', mixed $dtype = null ) : DB Return the DB instance.
getConfig ( $type )

메소드 상세

create() 공개 메소드

Return the DB instance.
public create ( string $type = 'rw', string $app = 'horde', mixed $dtype = null ) : DB
$type string Either 'read' or 'rw'.
$app string The application.
$dtype mixed The type. If this is an array, this is used as the configuration array.
리턴 DB The singleton DB instance.

getConfig() 공개 메소드

public getConfig ( $type )