MDB::connect()

MDB::connect() -- connects to database

Synopsis

Описание

Creates a new MDB connection object and connect to the specified database

Параметр

string $dsn

Data Source Name. See the "DSN" section for further information.

boolean $options

If $options is TRUE the connection will be persistent (requires support by database driver). Default is FALSE. In future releases, this parameter will be an array and take different options depending on the database.

Возвращаемое значение

object - the created MDB connection object, or a MDB_Error object on error.

Throws

Заметка

Эта функция должна вызываться статически.

См. также

MDB::disconnect() , Tutorial - Connect()

    Поддержать сайт на родительском проекте КГБ