Db
in package
Db
The class is responsible for configuring and connecting to the database.
Table of Contents
Properties
- $connection : object
- Connection object.
Methods
- __construct() : mixed
- connection() : object
- Gets a connection object for managing the object that is responsible for querying the database.
Properties
$connection
Connection object.
private
object
$connection
Methods
__construct()
public
__construct() : mixed
connection()
Gets a connection object for managing the object that is responsible for querying the database.
public
connection() : object