![]() |
Xataface 2.0
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 4561 of file Record.php.
& current | ( | ) |
Definition at line 4579 of file Record.php.
Dataface_RecordIterator | ( | $ | tablename, |
&$ | records | ||
) |
Definition at line 4566 of file Record.php.
hasNext | ( | ) |
Definition at line 4587 of file Record.php.
& next | ( | ) |
Definition at line 4573 of file Record.php.
reset | ( | ) |
Definition at line 4583 of file Record.php.
$_keys |
Definition at line 4564 of file Record.php.
$_records |
Definition at line 4563 of file Record.php.
$_tablename |
Definition at line 4565 of file Record.php.