nathggns / Scaffold

Lightweight PHP API Framework
Other
8 stars 2 forks source link

Remove usage of last_insert_id #114

Closed nathggns closed 11 years ago

nathggns commented 11 years ago

last_insert_id() is extremely buggy and can often return 0. Instead, get the id using a select statement.