Zend Framework SQL update query -


How do I write this SQL in the Zend Framework way?

  UPDATE register SET balance = (remaining + 10) where added & gt; 1259 9 44184;  

I can not find any example on the website of the website or the web.

Do I need to use " Zend_Db_Expr "?

"post-text" itemprop = "text">

To install the framework documentation

$ Data = array ('balance' = & gt; 'balance + 10'); $ N = $ db- & gt; Update ('register', $ data, 'added_date> 1259 944184');


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -