示例#1
0
 /**
  * Disconnects the cluster handler from the database
  */
 public function disconnect()
 {
     self::$dbbackend->_disconnect();
     self::$dbbackend = null;
 }