I am using Zend framework 1.12. i want to know syntax of update query in Zend framework . My update query format is:
update `product` SET qty=qty+1 where uid=2354
what will qty=qty+1 syntex in zf1
I am using Zend framework 1.12. i want to know syntax of update query in Zend framework . My update query format is:
update `product` SET qty=qty+1 where uid=2354
what will qty=qty+1 syntex in zf1