Exemplo n.º 1
0
 /**
  * Returns the profiler for this adapter.
  *
  * @return Zend_Db_Profiler
  */
 public function getProfiler()
 {
     return $this->_adapter->getProfiler();
 }