News Feed
Jobs Feed
Sections




News Archive
DevShed:
Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5
January 17, 2007 @ 11:03:00

DevShed ends another of a series of articles looking at one of the many design patterns out there (specifically the Bridge pattern) with this last tutorial - "Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5".

The question that comes up now is the following: is there anything else that can be said about the bridge pattern? Of course there is! In this final tutorial I'm going to show you how to create a highly expandable abstraction layer that will allow you to work with MySQL using different libraries. This sounds interesting, right?

They start with the abstraction layer itself, creating a simple group of methods to work with a MySQL database. On top of that they create the bridge class that the resulting application can use to seamlessly use either mysql or mysqli without much code change. Finally, they bring it together in a simple application that grabs user information from a database table.

0 comments voice your opinion now!
bridge design pattern mysql abstraction layer php5 tutorial bridge design pattern mysql abstraction layer php5 tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Application Framework Components: Login/Logout

Ask About PHP: PHP and jQuery: Submit a form without refreshing the page

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated - Steps 18 - 22

DevShed: Creating Image Streams from Existing Graphics with the GD Library in PHP

PHPit.net: Using globals in PHP


Community Events









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


api object introduction release development database composer testing phpunit functional code framework language opinion interview community example event zendframework2 unittest

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