public function __construct($config) { $this->name = 'postgres'; $this->user = '******'; $this->pass = '******'; $this->host = 'localhost'; $this->port = '5432'; parent::__construct($config); }
public function __construct($config) { $this->name = 'default'; $this->user = '******'; $this->pass = '******'; $this->host = 'localhost'; $this->port = '3306'; parent::__construct($config); }
public function __construct($config) { $this->path = ':memory:'; $this->dbm = false; parent::__construct($config); }