Doctrine


Doctrine\DBAL\Driver\PDOConnection
/Doctrine/DBAL/Driver/PDOConnection.php at line 32

Class PDOConnection

Class:PDOConnection - Superclass: PDO
PDO
⌊ PDOConnection
All Implemented Interfaces:
Connection

public class PDOConnection
extends PDO

PDO implementation of the Connection interface. Used by all PDO-based drivers.

Since:
2.0

Constructor Summary

PDOConnection(mixed dsn, mixed user, mixed password, mixed options)

Constructor Detail

/Doctrine/DBAL/Driver/PDOConnection.php at line 34

PDOConnection

public PDOConnection(mixed dsn, mixed user, mixed password, mixed options)

Doctrine