News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

PHPro.org: Calculate Friday The 13th With Datetime Class

Developer Tutorials: Easy PDF Generation in PHP

DevShed: Implementing the Stage Pattern in PHP 5

Zend Developer Zone: Flex and PHP: Party in the Front, Business in the Back

Zend Developer Zone: PHP and IBM Goodness


Community Events







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


developer PEAR mysql application release example releases conference code ajax framework job package book zend zendframework security cakephp database PHP5

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