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();
 }