[eluser]onuryasar[/eluser]
you were right, it returned
Code:
UPDATE `products_ext` SET `title` = 0 WHERE `id` = 0
but then, how come the database field is actually being updated with the new value? is it possible that the controller is calling itself once again without the post data (a kind of redirect) right after the database update?