$db = Db::instance('development'); $db->update('mailList')->cols(array('status'=>1,'times'=>'times'+1))->where('id='.$id)->query(); Workerman中这样写报错 zend 中可以这样写: $db = Zend_Db_Table::getDefaul...