News Feed
Jobs Feed
Sections




News Archive
DevShed:
An Introduction to Building Proxy Classes with PHP 5
January 02, 2007 @ 09:41:00

DevShed starts off a new two-part series today with this first look at building proxy classes with PHP 5.

In short, in the proxy pattern, one object is created by another only when the functionality of the first one is required. In this two-part series, I'm going to walk you through the key points of how to use this pattern with PHP 5, as well as how to apply it in different real-world situations.

They start with the creation of an expandable XML processor class that can be enhanced when additional functionality is needed. They use this class as a proxy for the requests and create a separate class (a normal XMLProcessor class) to perform the actual requests for the information - grabbing information from the loaded XML document.

0 comments voice your opinion now!
proxy object php5 design patterm xml parse proxy object php5 design patterm xml parse


blog comments powered by Disqus

Similar Posts

DevShed: Completing a Web Site Template using Inheritance in PHP 5

Tony Freixas's Blog: High-performance debugging

Mike Kornienko's Blog: Integration of Spry and PHP/MySQL

Zend Developer Zone: Automatic Tag Clouds for Every Site

phpRiot.com: Using the PHP 5 Iterator interface with Smarty


Community Events











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


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

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