Zend_Db_Table_RowLocated in /Zend/Db/Table/Row.php (line 34)
array
$_data
= array() (line 41)
The data for each column in the row (underscore_words => value).
Zend_Db_Adapter_Abstract
$_db
(line 48)
Zend_Db_Adapter_Abstract object from the table interface.
array
$_info
= array() (line 62)
Zend_Db_Table info (name, cols, primary, etc).
Zend_Db_Table
$_table
(line 55)
Zend_Db_Table interface (the row "parent").
Constructor __construct (line 69)
Constructor.
save (line 129)
Saves the properties to the database.
This performs an intelligent insert/update, and reloads the properties with fresh data from the table on success.
setFromArray (line 186)
Sets all data in the row from an array.
toArray (line 176)
Returns the column/value data as an array.
_refresh (line 200)
Refreshes properties from the database.
__get (line 91)
Getter for camelCaps properties mapped to underscore_word columns.
__set (line 109)
Setter for camelCaps properties mapped to underscore_word columns.
Documentation generated on Wed, 21 Feb 2007 11:59:03 -0800 by phpDocumentor 1.3.1