connect() public method

Connect to the db.
public connect ( )
Beispiel #1
0
 /**
  * Connect to the db.
  * @TODO: Lazy connect?
  *
  */
 public function connect()
 {
     $this->_write->connect();
     $this->_read->connect();
 }
Beispiel #2
0
 /**
  * (Re)open backend storage connection.
  */
 public function connect()
 {
     $this->_db->connect();
 }