Thank you for this respond! Err, is there a way to stop the automatic "describe" ? If it is, I will change the structure tonight to Zend_Db_Table \o/ (otherwise the overhead is no good :( )
Regards
ViShap
-----Original Message-----
(...)
Okay, only *now* have you indicated what you were trying to accomplish.
And yes, you can do this:
$adapter = $Info->getAdapter();
$where = $adapter->quoteInto('users.nick = ?', 'fooBar')
. ' AND users.nick = users_ID';
$Info->update($fields, $where);
