<?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, 22 Nov 2008 01:38:05 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPKitchen: Using Wordpress]]></title>
      <guid>http://www.phpdeveloper.org/news/8770</guid>
      <link>http://www.phpdeveloper.org/news/8770</link>
      <description><![CDATA[<p>
<i>Demian Turner</i> has <a href="http://www.newsgator.com/ngs/subscriber/WebEd2.aspx?fid=128719">passed along</a> an "indepth and informative" comment from the <a href="http://lists.phplondon.org/pipermail/phplondon-discuss/2007-September/thread.html#3763">PHP London mailing list</a> he saw about WordPress involving some of the things that suck about it.
</p>
<blockquote>
We did http://ftalphaville.ft.com using Wordpress, and speaking as someone who's actually had to wade through pretty much the whole codebase, let me tell you it seriously sucks.
</blockquote>
<p>
<a href="http://lists.phplondon.org/pipermail/phplondon-discuss/2007-September/003773.html">Their highlights</a> include messing with the raw POST data to limit access, function calls chained eight long and comments like "This probably isn't needed anymore" all over the place.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 15:22:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Introducing the Chain of Responsibility Between PHP Objects]]></title>
      <guid>http://www.phpdeveloper.org/news/6597</guid>
      <link>http://www.phpdeveloper.org/news/6597</link>
      <description><![CDATA[<p>
DevShed is starting off a new series today with <a href="http://www.devshed.com/c/a/PHP/Introducing-the-Chain-of-Responsibility-Between-PHP-Objects/">this first article</a> talking about how to introduce the "chain of responsibility" method in how you use your objects.
</p>
<blockquote>
In this three-part series, I'll show you how to create a chain of responsibility across different classes, which hopefully will give you a better understanding of how this schema can be implemented with PHP. 
</blockquote>
<p>
Since it's just the first part in the esries, they <a href="http://www.devshed.com/c/a/PHP/Introducing-the-Chain-of-Responsibility-Between-PHP-Objects/">start with</a> the whys and hows of the chain of command process before getting on with the actual code. For the foundation, they create some subclasses that will make the parts of the chain. Next up is combining them and, finally, making the "master class" to combine the links of the chain together. They use a "DataServer" example to work with local files.
</p>]]></description>
      <pubDate>Mon, 30 Oct 2006 12:18:00 -0600</pubDate>
    </item>
  </channel>
</rss>
