connect() public method

Connect to the db.
public connect ( )
示例#1
0
文件: SplitRead.php 项目: horde/horde
 /**
  * Connect to the db.
  * @TODO: Lazy connect?
  *
  */
 public function connect()
 {
     $this->_write->connect();
     $this->_read->connect();
 }
示例#2
0
文件: Sql.php 项目: horde/horde
 /**
  * (Re)open backend storage connection.
  */
 public function connect()
 {
     $this->_db->connect();
 }