XF 2.1 Get last insert id

shqawe

Member
Licensed customer
How can i get last insert id when i use Entity specially when use $form = $this->formAction();

I have tried $form->lastInsertId() and $form->getId() but it doesn't work :cry:

Can someone help
 
Back
Top Bottom