disconnect() public méthode

Disconnect from db.
public disconnect ( )
Exemple #1
0
 /**
  * Disconnect from db.
  */
 public function disconnect()
 {
     $this->_read->disconnect();
     $this->_write->disconnect();
 }
Exemple #2
0
 /**
  * Close the underlying backend storage connection.
  * To be used during PING or looping SYNC operations.
  */
 public function disconnect()
 {
     $this->_db->disconnect();
 }