mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 02:34:24 +02:00
Test commit
This commit is contained in:
@@ -158,6 +158,7 @@ class WireDatabasePDO extends Wire implements WireDatabase {
|
||||
*
|
||||
*/
|
||||
public function __construct($dsn, $username = null, $password = null, array $driver_options = array()) {
|
||||
parent::__construct();
|
||||
$this->pdoConfig['dsn'] = $dsn;
|
||||
$this->pdoConfig['user'] = $username;
|
||||
$this->pdoConfig['pass'] = $password;
|
||||
|
Reference in New Issue
Block a user