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:
Post a Comment