Thread
:
table update issue
View Single Post
#
2
(
permalink
)
05-10-2008, 04:41 PM
hunt_h_er
Junior Member
Join Date: Apr 2008
Posts: 2
I've found out..
the key is to use Zend_Db_Expr.
$table->update(array('column' => new Zend_Db_Expr('column+ 1')), $where);
hunt_h_er
View Public Profile
Send a private message to hunt_h_er
Find all posts by hunt_h_er