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:
Continue reading...
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...