$model->save();
//得到上次插入的Insert id
$id = $model->attributes['id'];
如此很简单 

相关文章: