Zend_Db_Table_Rowset
mixed
$_count
(line 68)
How many data rows there are.
array
$_data
= array() (line 44)
The original data for each row.
Zend_Db_Adapter_Abstract
$_db
(line 51)
Zend_Db_Adapter_Abstract object from the table interface.
mixed
$_pointer
= 0 (line 63)
Iterator pointer.
mixed
$_rows
= array() (line 73)
Collection of instantiated Zend_Db_Table_Row objects.
Zend_Db_Table
$_table
(line 58)
Zend_Db_Table object.
Constructor __construct (line 78)
Constructor.
count (line 164)
Returns the number of elements in the collection.
current (line 105)
Return the current element.
Similar to the current() function for arrays in PHP
exists (line 174)
Returns true if $this->count > 0, false otherwise.
key (line 132)
Return the identifying key of the current element.
Similar to the key() function for arrays in PHP.
next (line 143)
Move forward to next element.
Similar to the next() function for arrays in PHP.
rewind (line 94)
Rewind the Iterator to the first element.
Similar to the reset() function for arrays in PHP.
toArray (line 186)
Returns all data as an array.
Updates the $_data property with current row object values.
valid (line 154)
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