示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Get the default statement class.
  *
  * @return string
  */
 public function getStatementClass()
 {
     return $this->_adapter->getStatementClass();
 }