Closed DennisBirkholz closed 8 years ago
Hi,
my change makes it possible to iterate over results with foreach($result AS $rowNo => $rowContent) { ... }
foreach($result AS $rowNo => $rowContent) { ... }
As this simplifies handling of results a lot I would be really glad if you accept the patch.
Thanks, Dennis
Hi,
my change makes it possible to iterate over results with
foreach($result AS $rowNo => $rowContent) { ... }
As this simplifies handling of results a lot I would be really glad if you accept the patch.
Thanks, Dennis