-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.1.3
-
Component/s: None
-
None
Currently, the Iterator interface methods (e.g. current(), rewind()) do nothing beyond zpp argument validation. They should invoke the function handlers defined in php_phongo.c in case a user actually gets this class from QueryResult::getIterator() and tries to walk the results manually.