News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introducing the Facade Pattern in PHP 5
January 16, 2007 @ 11:19:00

DevShed continues with their look at design patterns in PHP with the first part of a new series today discussing the Facade pattern as created in PHP 5.

In this case, you have a class that hides all the complexity required for serializing the mentioned objects, but there's also a group of classes that know nothing about the class that called them. As you can see, these classes are only responsible for performing the serialization/unserialization sequence on several objects and nothing else. Period.

The Facade pattern is best seen as an interface between the real meat of the application and the part that displays the results. It provides a buffer between the two to make it easier for the output class to call. They create a basic implementation of this and show how to use compression and provide all the code you'll need to get it working.

0 comments voice your opinion now!
facade pattern php5 tutorial http cmpresssion facade pattern php5 tutorial http cmpresssion


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects

SitePoint PHP Blog: pTest: PHP Unit Tester in 9 Lines Of Code

SecurityReason: Three Advisories for PHP 5.2.4 (dl, iconv_substr & setlocale)

HTMLGoodies.com: PHP Tutorial - Introduction

PHPMaster.com: REST - Can You do More than Spell It? Part 4


Community Events











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


unittest language testing database interview rest release phpunit opinion series introduction podcast conference community usergroup zendframework2 symfony2 development functional framework

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