connect() public method

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