admin area

Db
in package

The class provides the database connection. Depending on the HTTP_HOST, different access data can be set.

Table of Contents

$connection  : mixed
$dbname  : mixed
$host  : mixed
$password  : mixed
$username  : mixed
getConnection()  : mixed

Properties

$connection

public mixed $connection

$dbname

private mixed $dbname

$host

private mixed $host

$password

private mixed $password

$username

private mixed $username

Methods

getConnection()

public getConnection() : mixed
Return values
mixed

Search results