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

Go to the source code of this file.

Data Structures

class  Dataface_Record
 Represents a single record from a table. More...
class  Dataface_RecordIterator
class  Dataface_RelationshipIterator
class  Dataface_Record_StdClass

Variables

const DATAFACE_RECORD_RELATED_RECORD_BLOCKSIZE = 30

Variable Documentation

const DATAFACE_RECORD_RELATED_RECORD_BLOCKSIZE = 30

Set the number of related records that are to be loaded in each block. Related Records are loaded in blocks so that records that have large amounts of related records don't clog the system.

Definition at line 33 of file Record.php.