On 6 Nov 2008, at 14:12, Matthew Weier O'Phinney wrote:
Ah, right. But Zend_Db_Table itself does not have it. (I typically
don't
use the row objects -- probably should).
You should :) RDGs are very handy when using TDGs !
Right -- and Zend_Db_Table::insert() and update() also throw
exceptions
if you attempt to save a key that does not resolve to a field. I
personally feel we should have a flag allowing these methods to ignore
unknown keys -- it would make saving data to multiple tables much
easier.
I agree! It would be useful in a number of scenarios. I couldn't see
an issue for it so I've created ZF-4837.
Regards,
Rob...