News Feed
Jobs Feed
Sections




News Archive
DevShed:
Abstracting Database Access Using Polymorphism with Objects in PHP 5
March 21, 2007 @ 15:21:00

In a new article from DevShed, they walk you through a method of using abstraction and objects along with polymorphism to work with databases.

I'll be explaining how to implement Polymorphism to achieve a high level of abstraction when accessing different database systems. Subsequent articles will cover the use of polymorphic objects to build dynamic web documents and validate user-supplied input.

They start out with a bad example of a database link in a PHP script, a database handler that, based on what type of database you tell it you're using, handles the requests appropriately. This is good, but poor design - their alternative is using objects (created from classes of one type for each kind of database). These are pulled together in a factory class and the correct one is built - out into a generic database object that's smart enough to know what it's supposed to do.

1 comment voice your opinion now!
tutorial polymorphism database access mysql sqlite abstraction layer tutorial polymorphism database access mysql sqlite abstraction layer


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP and IBM Goodness

DevShed: Using Yahoo! Web Services with PHP 5

DevShed: Handling MySQL Data Set Failures in PHP 5

PHPMaster.com: Under the Hood of Yii’s Component Architecture, Part 2

Anna Filina's Blog: Symfony - subfolders for partials


Community Events











Don't see your event here?
Let us know!


unittest release zendframework2 development tool object framework functional code example conference opinion community introduction podcast phpunit language series interview testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework