Implements interfaces:
Located in /Db/Table/Rowset/Abstract.php (line 30)
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 a Zend_Db_Table_Row from a known position into the Iterator
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.
Initialize object
Called from __construct() as final step of object instantiation.
Return the connected state of the rowset.
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.
Check if an offset exists Required by the ArrayAccess implementation
Get the row for the given offset Required by the ArrayAccess implementation
Does nothing Required by the ArrayAccess implementation
Does nothing Required by the ArrayAccess implementation
Rewind the Iterator to the first element.
Similar to the reset() function for arrays in PHP. Required by interface Iterator.
Take the Iterator to position $position Required by interface SeekableIterator.
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 Mon, 21 Jun 2010 15:05:49 -0400 by phpDocumentor 1.4.3