Exemplo n.º 1
0
 public static function resetConnection()
 {
     if (self::$_connection !== null && self::$_connection->isConnected()) {
         self::$_connection->disconnect();
         self::$_connection = self::createConnection();
     }
 }