Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Data Structures
RecordReader.php File Reference

Go to the source code of this file.

Data Structures

class  Dataface_RecordReader
 A class for reading records from the database. It takes a Xataface query array in the constructor. This can be iterated just like an array, and the records are loaded from the database as needed. It keeps an internal buffer for the actual records so that it doesn't need to make a DB request for every record. More...