Example #1
0
 /**
  * Returns the underlying database connection object or resource.
  * If not presently connected, this initiates the connection.
  *
  * @return object|resource|null
  */
 public function getConnection()
 {
     return $this->_adapter->getConnection();
 }