public function connect();
/** * Connect to the db. * @TODO: Lazy connect? * */ public function connect() { $this->_write->connect(); $this->_read->connect(); }