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

Stubbles Blog: My wishlist for PHP 6, pt1: The 'object' type hint

Derick Rethans' Blog: Friday afternoon toying: eZ Components as phar

Hasin Hayder's Blog: My book on OOP-PHP5 has been published

DevShed: Intercepting Customized Exceptions in PHP 5

Johannes Schluter's Blog: PHP 5.3: Up to 30% performance win


Community Events











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


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

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