示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Returns the profiler for this adapter.
  *
  * @return Zend_Db_Profiler
  */
 public function getProfiler()
 {
     return $this->_adapter->getProfiler();
 }