View Single Post
  #2 (permalink)  
Old 05-10-2008, 04:41 PM
hunt_h_er hunt_h_er is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default

I've found out..

the key is to use Zend_Db_Expr.

$table->update(array('column' => new Zend_Db_Expr('column+ 1')), $where);
Reply With Quote