예제 #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();
 }