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
Post a Comment