Vamsi Pavan’s Place

When curiousity outbursts …..

Introduction to PHP’s PEAR classes : Comparing normal Database connections with PEAR classes.

July 14th, 2007 · No Comments · PHP, Programming

PHP Database Abstraction:
Abstraction is a technique which simplifies something complex. It does this by removing non-essential parts of the object, allowing us to concentrate on the important parts.
PEAR’s DB classes are one such database abstraction layer, and in this article we’ll take a look at some traditional database access methods and then compare them with […]

[Read more →]

Tags:···