xPDOIteratorImplements interfaces:
An iteratable representation of an xPDOObject result set.
Constants
Use an xPDOIterator to loop over large result sets and work with one instance at a time. This greatly reduces memory usage over loading the entire collection of objects into memory at one time. It is also slightly faster.
Located in /xpdo.class.php (line 2382)
Constructor __construct (line 2401)
Construct a new xPDOIterator instance (do not call directly).
Constants
current (line 2439)
Constants
fetch (line 2465)
Fetch the next row from the result set and set it as current.
Constants
Uses the loader defined for the specified class, so it does respect security.
key (line 2443)
Constants
next (line 2447)
Constants
rewind (line 2428)
Constants
valid (line 2456)
Constants
Documentation generated on Mon, 27 Dec 2010 11:08:27 -0700 by phpDocumentor 1.4.3