Solar_Sql_Adapter_Sqlite2::_buildDsn()

protected string Solar_Sql_Adapter_Sqlite2::_buildDsn ( array $info )

Creates a PDO-style DSN.

Inherited from Solar_Sql_Adapter_Sqlite.

Parameters

  • (array) $info: An array with host, post, name, etc. keys.

Returns

  • (string) The DSN string.

Description

Creates a PDO-style DSN.

For example, "mysql:host=127.0.0.1;dbname=test"



Local