Teach Yourself PHP in 10 Minutes [Electronic resources]

Chris Newman

نسخه متنی -صفحه : 126/ 99
نمايش فراداده

Lesson 20. Database Abstraction

In this lesson you will learn how to access different databases from PHP, using a single interface. Database abstraction is a very powerful technique; it allows you to write scripts for a nonspecific database back end, which you can then easily port simply by changing the connection parameters.