See: http://framework.zend.com/issues/browse/ZF-2243

On 3. Sep 2008, at 13:22, saibot wrote:


Hi,
when creating a table row using
$table->createRow($form->getValues())
everything works as it should.

But when I try to update a row with
$table->update($form->getValues(), $where)
zend throws an exception, because there is no 'submit' column in my
databasetable.

Why ignores $table->createRow() the 'submit' field and $table- >createRow()
does not?

Am I doing something wrong?

Thanks in advance!


--
View this message in context: 
http://www.nabble.com/%24table-%3Eupdate%28%24form-%3EgetValues%28%29%2C-%24where%29-tp19287298p19287298.html
Sent from the Zend Framework mailing list archive at Nabble.com.


Reply via email to