PHP Класс Horde_Core_Factory_Db, 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
Показать файл Открыть проект

Открытые методы

Метод Описание
create ( string $app = 'horde', string | array $backend = null ) : Horde_Db_Adapter Returns the DB instance.
createDb ( $config )
getConfig ( $backend )

Защищенные методы

Метод Описание
_createDb ( $config, string $sig = null, boolean $cache = true )

Описание методов

_createDb() защищенный Метод

protected _createDb ( $config, string $sig = null, boolean $cache = true )
$sig string Save instance under this signature key.
$cache boolean Add default cache to driver?

create() публичный Метод

Returns the DB instance.
public create ( string $app = 'horde', string | array $backend = null ) : Horde_Db_Adapter
$app string The application.
$backend string | array The backend, see Horde::getDriverConfig(). If this is an array, this is used as the configuration array.
Результат Horde_Db_Adapter The singleton instance.

createDb() публичный Метод

public createDb ( $config )

getConfig() публичный Метод

public getConfig ( $backend )