Archive for the 'DB Access Patterns' category

The Data Access Object Pattern

Wednesday, January 11th, 2006

PHP database abstraction? I use ADOdb. Is it enough? NO.
Why?
When dealing with web applications, it’s important to separate your application logic and underlying database. It simpler terms, mixing your input, output, and logic, all together, creates a mess to maintain and extend. There are excellent thoeries about separating your design, logic, and data, and here […]

Web, PHP, Database, DB Access Patterns | No comments

You are currently browsing the archives for the DB Access Patterns category.

Meta