[FX.php List] Pulling data directly from findResult
DC
dan.fx at dbmscan.com
Thu Oct 16 10:14:21 MDT 2008
Jonathan Schwartz wrote:
I just want to be able to start at the first and then
> manually walk to the next, etc.
"manually walk" huh? you mean you want to walk there on your hands?
because that's what this request sounds like. a bit of a circus act if
you don't mind me saying.
;-)
BTW, yes, each() moves the array pointer to the next item in the array -
read up on it in the php manual - it is a low level way of traversing
and array and usually used for very specialized things... come to think
of it, i've never had a good reason to use each() other than to get just
one array item off the top.
dan
More information about the FX.php_List
mailing list