News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introducing Bridge Classes with PHP 5
January 03, 2007 @ 10:24:00

DevShed introduces a new kind of class in their latest tutorial - bridge classes:

The bridge class, or what's commonly known as the bridge pattern, lets you create a class with its abstract functionality and implementation residing on different class hierarchies. This lets you decouple the class from its concrete application. This article, the first of three parts, introduces you to the bridge pattern and its uses.

They look at what it is first, describing it as a method of decoupling the functionality behind a factory object. This is followed (logically) with a simple example of one in use with the creation of a "Message" class and object. They put the core logic of the pattern in place behind it and combine the object and the backend to save the message off to a file.

0 comments voice your opinion now!
bridge class object pattern php5 tutorial bridge class object pattern php5 tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Migrating applications from PHP 4 to Zend Core 2.5 w/support for IBM Informix

INSC Dsigns: Building a Shopping Cart using CodeIgniter’s Shopping Cart Class

Nikita Popov: How to add new (syntactic) features to PHP

Web Development Blog: Tutorial: Create a zip file from folders on the fly

Kristina Chodorow's Blog: Writing a PHP Extension (Four Part Series)


Community Events











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


podcast language introduction code release composer database functional zendframework2 community testing interview series framework application api development example phpunit opinion

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