Property | Type | Description | |
---|---|---|---|
$defaultPdoOptions | array | The default PDO options. | |
$instantiator | PDO instantiator instance. |
Method | Description | |
---|---|---|
__construct ( |
Constructor. | |
makePdo ( array $config, string $connection = null ) : PDO | Create a new PDO instance. |
Method | Description | |
---|---|---|
makeDsn ( $driver, array $values ) | ||
makePdoInner ( $dsn, $username, $password, array $options, array $initCommands ) | ||
makeSqliteDsn ( $path ) | ||
validate ( array &$config, $key, $connection, $allowEmpty = false ) |
public __construct ( |
||
$instantiator |
protected makePdoInner ( $dsn, $username, $password, array $options, array $initCommands ) | ||
$options | array | |
$initCommands | array |
protected array $defaultPdoOptions | ||
return | array |