I have already made a model for form.In that the fields were like
id
firstname
lastname
description
created_at
updated_at
created_by
updated_by
I have made necessary CRUD for Form.Now I want to get one extra field for last inserted id in view file.So how to get that value?To get that value should I make any necessary changes in CRUD?Any help and suggestions will be highly appriciable.
In
Yii2
last inserted id can be get usingadded for the people looking for the answer of same question in
yii2