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