Subject: | Feature request: Itterator in WHILE loops |
I've been through a codebase today converting dbic arrays of rows to
itterators, only to find that suddenly the loop variable isn't there
because it only applies to FOREACH loops rather than WHILE loops.
Obviously there are some features of the Itterator object that can't be
replicated eg ->last, however it would be very nice to have eg
loop.parity available in WHILE loops.
Cheers,
Mark