$model->save(false, array('background', 'font', 'width'));
// or
$model->update(array('background', 'font', 'width'));
$model->save(false, array('background', 'font', 'width'));
// or
$model->update(array('background', 'font', 'width'));
转载于:https://www.cnblogs.com/xiaoluozi513/archive/2011/07/28/2119841.html