
August 10th, 2005, 09:00 AM
|
|
|
|
Building Object-Oriented Database Interfaces in PHP: Processing Data through Data Access Objects
With websites now featuring full-blown dynamic applications that link to
databases, data accessing has become a critical process. Often, an
object-oriented solution is wanted to manage the data access operations. This
works well -- except when certain statements are hard-coded in that can cause
headaches when a update is required. Alejandro Gervasio explains how a new
category of tools, known as database interfaces, help to solve this problem.
Read the full article here: Building Object-Oriented Database Interfaces in PHP: Processing Data through Data Access Objects
For more discussion go here: Blog Article Discussion
|