<?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>Wed, 19 Jun 2013 13:14:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Creating a Simple Threaded Discussion Forum]]></title>
      <guid>http://www.phpdeveloper.org/news/6507</guid>
      <link>http://www.phpdeveloper.org/news/6507</link>
      <description><![CDATA[<p>
DevShed starts off another two parts series today with a look at a common feature of many a community site out there - the <a href="http://www.devshed.com/c/a/PHP/Creating-a-Simple-Threaded-Discussion-Forum/">creation of a simple forum</a> to allow visitors to interact and discuss the latest.
</p>
<blockquote>
Most websites have some method of interacting with a visitor. Some have a chat system and others have shoutboxes or other ways to attract the visitor to return. One of the most used methods is a discussion forum. And this is what we are going to create and discuss in this article.
</blockquote>
<p>
This is <a href="http://www.devshed.com/c/a/PHP/Creating-a-Simple-Threaded-Discussion-Forum/">part one</a> they create the main index page, listing out the current topics, a "view article" page to show the details of the post, and, of course, a way to respond to the current thread for any and all to use. Keep an eye out for the next article where they create the administrative section for the application.
</p>]]></description>
      <pubDate>Mon, 16 Oct 2006 10:57:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dikini.net: Poor man's macro programming in php]]></title>
      <guid>http://www.phpdeveloper.org/news/5882</guid>
      <link>http://www.phpdeveloper.org/news/5882</link>
      <description><![CDATA[<p>
<i>vlado</i>, thinking more about a <a href="http://www.phpdeveloper.org/news/5872">previous post</a>, started wondering what exactly you'd need to do to get macros working in PHP. Read on for <a href="http://dikini.net/26.07.2006/poor_mans_macro_programming_in_php">his answers</a>.
</p>
<blockquote>
What is the closest we can get to that without actually changing anything in php (poor man's version? What minimal sugar does php need to make it comfy? What is the natural syntax for macros in php? I definitely don't know the answers to these questions but let's try.
</blockquote>
<p>
He <a href="http://dikini.net/26.07.2006/poor_mans_macro_programming_in_php">doesn't create working code</a>, but he does make it a PHP-ish looking solution. He also suggests that while PHP doesn't have this ability (yet?), the <a href="http://dikini.net/generic_function">generic function</a> pattern can help mimic its functionality pretty closely.
</p>]]></description>
      <pubDate>Wed, 26 Jul 2006 13:27:48 -0500</pubDate>
    </item>
  </channel>
</rss>
