1
0
mirror of synced 2024-12-14 07:06:04 +03:00

removed options references

This commit is contained in:
zYne 2006-11-28 18:23:35 +00:00
parent b68d060ef5
commit 570bc068d2

View File

@ -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);
}
/**