DriverManager
in package
Class DriverManager
This class manages the database drivers for the PHP PDO DB Class.
Table of Contents
Methods
- getConnection() : DriverBase
- Returns a connection object for the specified driver.
Methods
getConnection()
Returns a connection object for the specified driver.
public
static getConnection(string $driver) : DriverBase
Parameters
- $driver : string
-
The name of the driver.
Return values
DriverBase —The connection object.