示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * 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();
 }