connect() 공개 메소드

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