<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 10:51:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: An Introduction to Building Proxy Classes with PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/7010</guid>
      <link>http://www.phpdeveloper.org/news/7010</link>
      <description><![CDATA[<p>
DevShed starts off a new two-part series today with <a href="http://www.devshed.com/c/a/PHP/An-Introduction-to-Building-Proxy-Classes-with-PHP-5/">this first look</a> at building proxy classes with PHP 5.
</p>
<blockquote>
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.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/An-Introduction-to-Building-Proxy-Classes-with-PHP-5/">start with the creation</a> 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.
</p>]]></description>
      <pubDate>Tue, 02 Jan 2007 09:41:00 -0600</pubDate>
    </item>
  </channel>
</rss>
