connect() public method

Connect to the db.
public connect ( )
Esempio n. 1
0
 /**
  * Connect to the db.
  * @TODO: Lazy connect?
  *
  */
 public function connect()
 {
     $this->_write->connect();
     $this->_read->connect();
 }
Esempio n. 2
0
File: Sql.php Progetto: horde/horde
 /**
  * (Re)open backend storage connection.
  */
 public function connect()
 {
     $this->_db->connect();
 }