yii1.1 数据save后得到插入id

yii 数据save后得到插入id

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

你可能感兴趣的:(Yii,(PHP))