Everything In Between

The brutally honest, first-person account of Meitar Moscovitz’s life.

Tom Whitbread on Building a MySQL Database Abstraction Class in PHP

one comment

Congratulations to my good friend Tom Whitbread on his recent publication in php|architect, Building a MySQL Database Abstraction Class.

Database abstraction is not just useful to promote database agnosticism—it can be used to improve database interaction all around! In this article, Tom Whitbread shows you how to tame the MySQL API by creating a class which will handle errors, allow query execution, transport results, and strip or add slashes to your input data.

Great work, Tom, and thanks for sharing your work with the community.

Written by Meitar

April 27th, 2005 at 4:04 pm

Posted in General, PHP

One Response to 'Tom Whitbread on Building a MySQL Database Abstraction Class in PHP'

Subscribe to comments with RSS or TrackBack to 'Tom Whitbread on Building a MySQL Database Abstraction Class in PHP'.

  1. Thanks man that’s some kind words there. I’ll be sure to keep you up to date with any new versions of the class!

    Tom Whitbread

    28 Apr 05 at 2:38 AM

Leave a Reply