I am trying to do something relatively simple, but I canโt understand.
I just want to add to the current value in the database, one way or another, to make the equivalent:
UPDATE `tablename` SET fieldB = fieldB + 1 WHERE fieldA='X'
Using the Zend / db update function?
source share