|
|||
|
Hey,
I have to ask a quick question. Have I missed some feature or Zend does not support full two-way database operation? I mean according to: Zend Framework: Documentation I have to prepare an array an then to non OO update like $table->update($fieldsarray,$whereClause); whereas I would expect $tableRowObject->aField = "aValue"; $tableRowObject->bField = "bValue"; $tableRowObject->id= "id"; $tableRowObject->save; Is this possible? |
|
|||
|
Zend_Db_Table_Row supports this feature.
See: Writing rows to the database Last edited by troxy : 12-10-2007 at 02:54 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|