// you’re reading...

News

PHP 5.1 Data Objects

PHP 5.1 is now in beta, and introduces PHP Data Objects (PDO).

The PDO library lets you access any of an extensive selection of supported databases using a single set of functions. So not only do you only need to learn one set of functions to code to multiple databases, but you can transition an application to another database without having to change all the functions throughout your code.

PHP developers have been achieving this for years using database abstraction layers, at first homegrown, then open source, and finally official. This is the first time such an abstraction layer will be completely built into PHP, and not a layer of PHP code sitting on top of it, however.

Discussion

Comments are disallowed for this post.

Comments are closed.

About Stan Shinn

Stan ShinnStan Shinn is a high impact player in the web marketing field, writing prolifically on various internet technology topics, web marketing techniques, and business innovation. A voracious reader, Shinn is the author of Web Project Survival Guide.

Stan's Book

Web Project Survival GuideTake on every Internet project with the hands-on expertise you'll find in Stan Shinn's book Web Project Survival Guide. If you want to propel your career by successfully implementing web projects, then this book is for you!

Recent Comments