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