I'm a n00bie with Zend but I'm learning it. I want to update a field in the database using a button, but I don't know how to do it.
This is what I wanna do: UPDATE $table SET content_field=1 WHERE $id = contentId
For example if I press that button I wanna put a 1 in the field instead of a default 0.