Commit 570bc068 authored by zYne's avatar zYne

removed options references

parent b68d060e
......@@ -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);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment