removed options references
This commit is contained in:
parent
b68d060ef5
commit
570bc068d2
1 changed files with 2 additions and 0 deletions
|
@ -66,11 +66,13 @@ class Doctrine_Connection_Firebird extends Doctrine_Connection {
|
|||
'pattern_escaping' => true
|
||||
);
|
||||
// initialize all driver options
|
||||
/**
|
||||
$this->options['DBA_username'] = false;
|
||||
$this->options['DBA_password'] = false;
|
||||
$this->options['database_path'] = '';
|
||||
$this->options['database_extension'] = '.gdb';
|
||||
$this->options['server_version'] = '';
|
||||
*/
|
||||
parent::__construct($manager, $adapter);
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue