1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-10-07 22:21:01 +00:00
parent 24885c0113
commit dc4d96e92f

View file

@ -153,7 +153,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
'Sqlite', 'Sqlite',
'Firebird' 'Firebird'
); );
protected $_count; protected $_count = 0;
/** /**
* the constructor * the constructor
@ -1132,4 +1132,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
{ {
return Doctrine_Lib::getConnectionAsString($this); return Doctrine_Lib::getConnectionAsString($this);
} }
} }