Wednesday, May 13, 2009

PDO - the PHP Data Objects data-access abstraction layer

Introduction to Php Data Objects
This is the starting point for learning about PDO. It's not a database abstraction layer, but it does give you a consistent way of accessing data from a known, specific database i.e. it allows you to run all your queries in the same way etc.

No comments: