lastInsertId() issue

Status
This content is read-only, or is not open for further replies.

grantus

Guest
offline
Is there a way to use something like lastInsertId() after doing a save?

For example, how can I get the last id that was just inserted here?

Code:

Code:
$form = $this->formAction();

$form->basicEntitySave($store, $input);
        
return $form;

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom