NYCPHP Meetup

NYPHP.org

[nycphp-talk] Which MySQL API?

Chris Snyder chsnyder at gmail.com
Wed Feb 26 16:48:54 EST 2014


Re mysql_* deprecation, at least you can switch to mysqli_*, which works
the same way -- update the function names and you're basically good to go.

Unlike with SQLite, where you're forced to switch to PDO as of PHP 5.4. I
have never been so glad that I was using a db abstraction layer as I was
when that hit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20140226/4bb0dd11/attachment.html>


More information about the talk mailing list