Implements interfaces:
Located in /Db/Table/Rowset/Abstract.php (line 38)
Class | Description |
---|---|
![]() |
Reference concrete class that extends Zend_Db_Table_Rowset_Abstract. |
Connected is true if we have a reference to a live Zend_Db_Table_Abstract object.
This is false after the Rowset has been deserialized.
How many data rows there are.
The original data for each row.
Iterator pointer.
Zend_Db_Table_Row_Abstract class name.
Collection of instantiated Zend_Db_Table_Row objects.
Zend_Db_Table_Abstract object.
Zend_Db_Table_Abstract class name.
Constructor.
Returns the number of elements in the collection.
Implements Countable::count()
Return the current element.
Similar to the current() function for arrays in PHP Required by interface Iterator.
Returns true if and only if count($this) > 0.
Returns the table object, or null if this is disconnected rowset
Query the class name of the Table object for which this Rowset was created.
Return the identifying key of the current element.
Similar to the key() function for arrays in PHP. Required by interface Iterator.
Move forward to next element.
Similar to the next() function for arrays in PHP. Required by interface Iterator.
Rewind the Iterator to the first element.
Similar to the reset() function for arrays in PHP. Required by interface Iterator.
Set the table object, to re-establish a live connection to the database for a Rowset that has been de-serialized.
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. Required by interface Iterator.
Store data, class names, and state in serialized object
Setup to do on wakeup.
A de-serialized Rowset should not be assumed to have access to a live database connection, so set _connected = false.
Documentation generated on Sun, 27 May 2007 23:19:53 -0700 by phpDocumentor 1.3.2