示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Set the fetch mode.
  *
  * @param integer $mode fetch mode
  * @return void
  * @throws Zend_Db_Adapter_Exception
  */
 public function setFetchMode($mode)
 {
     return $this->_adapter->setFetchMode($mode);
 }