I'm trying to do something relatively simple but can't figure it out.
I just want to add to a current value in the DB is there anyway to do the equivalent of a:
UPDATE `tablename` SET fieldB = fieldB + 1 WHERE fieldA='X'
Using the Zend/db update function?