Yii的。使用updateAll时没有参数的确切设置值

时间:2014-08-09 09:29:10

标签: php activerecord yii

如何使用 updateAll updateCounters 更新行而不使用参数的确切设置值?

我有什么:

Ratings::model()->updateAll(
            array( 'o' => $howAdd, 'last' => $ins),
            "AND type = {$type} AND num = {$num}");

我需要的是:将“o”设置为'o'='o'+ $ howAdd

1 个答案:

答案 0 :(得分:0)

不确定您是否可以使用updateAll实现此目的

但是如果你的值$ howadd是整数 您可以尝试查看updateCounters。