Ver original$data = array(); while ($rowSet = mysql_fetch_object($resultSet)) { $data[] = $rowSet; } return $data;