yii1.1データsave後に挿入idを得る
yiiデータsave後に挿入idを得る
$model->save();
// Insert id
$id = $model->attributes['id'];