只更新指定字段

$model->save(false, array('background', 'font', 'width'));

// or

$model->update(array('background', 'font', 'width'));

  

posted @ 2011-07-28 18:22  xiaoluozi513  阅读(201)  评论(0编辑  收藏  举报