Example #1
0
 public function fetch_array(ResultSet $results, $type = ResultSet::FETCH_ASSOC)
 {
     return $results->fetchArray($type);
 }