How many data rows there are.
The original data for each row.
Zend_Db_Adapter_Abstract object from the table interface.
Iterator pointer.
Collection of instantiated Zend_Db_Table_Row objects.
Zend_Db_Table object.
Constructor.
Returns the number of elements in the collection.
Return the current element.
Similar to the current() function for arrays in PHP
Returns true if $this->count > 0, false otherwise.
Return the identifying key of the current element.
Similar to the key() function for arrays in PHP.
Move forward to next element.
Similar to the next() function for arrays in PHP.
Rewind the Iterator to the first element.
Similar to the reset() function for arrays in PHP.
Returns all data as an array.
Updates the $_data property with current row object values.
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 Wed, 21 Feb 2007 11:59:05 -0800 by phpDocumentor 1.3.1