<?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>Mon, 20 May 2013 10:32:02 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ivo Jansch's Blog: Building proxies, decorators and delegates in PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/5740</guid>
      <link>http://www.phpdeveloper.org/news/5740</link>
      <description><![CDATA[<p>
Ivo Jansch today gives an <a href="http://www.achievo.org/blog/archives/44-Building-proxies,-decorators-and-delegates-in-PHP5.html">excellent look</a> on proxies, decorators and delegates; three popular desigh patterns.
</p>

<blockquote>
<p>
In PHP5, you can define methods in an object for intercepting calls to methods of an object and for intercepting access to object member variables. These methods (__get, __set and __call) enable the implementation of very generic proxies, decorators and delegators.
</p>
</blockquote>

<p>
<a href="http://www.achievo.org/blog/archives/44-Building-proxies,-decorators-and-delegates-in-PHP5.html">This</a> is  a great introduction to these three patterns and how to implement them in PHP
</p>]]></description>
      <pubDate>Mon, 03 Jul 2006 19:54:13 -0500</pubDate>
    </item>
  </channel>
</rss>
