예제 #1
0
파일: Pgsql.php 프로젝트: xinghao/shs
 public function fetchAll($sql, $bind = array(), $fetchMode = null)
 {
     logStd('fetchAll', 'using customer pgsql adapter');
     return parent::fetchAll($sql, $bind, $fetchMode);
 }