1
0
mirror of synced 2025-01-29 19:41:45 +03:00

set isConnected to false when the connection is closed

This commit is contained in:
jackbravo 2007-08-09 22:26:57 +00:00
parent 0a50b95fed
commit 391bdc88a1

View File

@ -1016,6 +1016,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
$this->clear();
$this->dbh = null;
$this->isConnected = false;
$this->getAttribute(Doctrine::ATTR_LISTENER)->postClose($event);
}