Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get last inserted ID ? #819

Closed
achtan opened this issue Apr 12, 2016 · 2 comments
Closed

how to get last inserted ID ? #819

achtan opened this issue Apr 12, 2016 · 2 comments
Labels

Comments

@achtan
Copy link

achtan commented Apr 12, 2016

hi, is there a way to get last inserted ID?

@rquadling
Copy link
Collaborator

Can you try $this->getAdapter()->getConnection()->lastInsertId();

The getConnection() method isn't in the AbstractInterface but is in the PDOAdapter which implements that interface. So, any PDO based connection should be able to use the above call.

@dereuromark
Copy link
Member

Please make a PR for docs to include this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants