Zend_Db_Table_Rowset
mixed
$_count
(line 69)
How many data rows there are.
array
$_data
= array() (line 45)
The original data for each row.
Zend_Db_Adapter
$_db
(line 52)
Zend_Db_Adapter object from the table interface.
mixed
$_pointer
= 0 (line 64)
Iterator pointer.
mixed
$_rows
= array() (line 75)
Collection of instantiated Zend_Db_Table_Row objects.
Zend_Db_Table
$_table
(line 59)
Zend_Db_Table object.
Constructor __construct (line 80)
Constructor.
count (line 166)
Returns the number of elements in the collection.
current (line 107)
Return the current element.
Similar to the current() function for arrays in PHP
exists (line 176)
Returns true if $this->count > 0, false otherwise.
key (line 134)
Return the identifying key of the current element.
Similar to the key() function for arrays in PHP.
next (line 145)
Move forward to next element.
Similar to the next() function for arrays in PHP.
rewind (line 96)
Rewind the Iterator to the first element.
Similar to the reset() function for arrays in PHP.
toArray (line 188)
Returns all data as an array.
Updates the $_data property with current row object values.
valid (line 156)
Check if there is a current element after calls to rewind() or next().
Used to check if we've iterated to the end of the collection.
Documentation generated on Tue, 11 Jul 2006 12:18:02 -0500 by phpDocumentor 1.3.0RC6