![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| Dataface_RecordIterator ($tablename, &$records) | |
| & | next () |
| & | current () |
| reset () | |
| hasNext () | |
Data Fields | |
| $_records | |
| $_keys | |
| $_tablename | |
An iterator for iterating through Record objects.
Definition at line 4658 of file Record.php.
| & current | ( | ) |
Definition at line 4676 of file Record.php.
| Dataface_RecordIterator | ( | $tablename, | |
| & | $records | ||
| ) |
Definition at line 4663 of file Record.php.
| hasNext | ( | ) |
Definition at line 4684 of file Record.php.
| & next | ( | ) |
Definition at line 4670 of file Record.php.
| reset | ( | ) |
Definition at line 4680 of file Record.php.
| $_keys |
Definition at line 4661 of file Record.php.
| $_records |
Definition at line 4660 of file Record.php.
| $_tablename |
Definition at line 4662 of file Record.php.
1.8.1.2