bbPress Converter Database Access Abstraction Object.

since 2.6.0 bbPress (r6784)
package bbPress

 Methods

Sets up the credentials used to connect to the database server, but does not actually connect to the database on construct.

__construct(string $dbuser, string $dbpassword, string $dbname, string $dbhost) 
since 2.6.0 bbPress (r6784)

Parameters

$dbuser

string

MySQL database user

$dbpassword

string

MySQL database password

$dbname

string

MySQL database name

$dbhost

string

MySQL database host