예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Executes a query and returns an array of rows.
  *
  * @param string $sql SQL
  * @return array
  */
 public function fetchAll($sql)
 {
     return $this->adapter->fetchAll($sql);
 }