<?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>Fri, 04 Jul 2008 16:39:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Kickoff of the month of TestFest]]></title>
      <guid>http://www.phpdeveloper.org/news/10089</guid>
      <link>http://www.phpdeveloper.org/news/10089</link>
      <description><![CDATA[<p>
Now that we're in to May, there's only one thing on a PHPer's mind (well some of them out there) - testing! This month several groups all around the world have set times for their own <a href="http://wiki.php.net/qa/testfest">TestFests</a> to dedicated time to writing up tests for PHP.
</p>
<blockquote>
The TestFest is an event that aims at improving the code coverage of the test suite for the PHP language itself. As part of this event, local User Groups (UG) are invited to join the TestFest. [...] All it takes is someone to organize a UG to spearhead the event and to get others involved in <a href="http://qa.php.net/write-test.php">writing phpt tests</a>. 
</blockquote>
<p>
Several groups have set up their times (here's <a href="http://wiki.php.net/qa/testfest">the list</a>) including teh Atlanta PHP group's happening today and the Cologne/Bonn user group's happening tomorrow. If you want to get in on the action and haven't found a group, check out the list and see if there's one nearby and join up before the event starts!
</p>
<p>
<i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/776-Prepare-for-TestFest.html">posted a checklist</a> as a reminder of things to bring with you to your local event.
</p>]]></description>
      <pubDate>Thu, 01 May 2008 12:46:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Put out the age of a date in words]]></title>
      <guid>http://www.phpdeveloper.org/news/9957</guid>
      <link>http://www.phpdeveloper.org/news/9957</link>
      <description><![CDATA[<p>
On the ThinkPHP blog today, <i>Annika Rabea</i> <a href="http://blog.thinkphp.de/archives/317-Put-out-the-age-of-a-date-in-words.html">shares a method</a> for outputting dates in words rather than in the usual numbers most applications use.
</p>
<blockquote>
Recently, I have to output the age of a date in words and didn't have a framework to work with. The first steps were to parse the given date into an array and create a timestamp with the individual parts. The difference between the timestamp of now and the created timestamp yielded the age in seconds. The result can be used to compare with seconds of a day, week, etc. 
</blockquote>
<p>
The code snippet <a href="http://blog.thinkphp.de/archives/317-Put-out-the-age-of-a-date-in-words.html">in the post</a> outputs the difference between two timestamps (then and now) it a bit more friendly way (ex. 4 months, 2 weeks, 2 days).
</p>]]></description>
      <pubDate>Fri, 11 Apr 2008 10:37:53 -0500</pubDate>
    </item>
  </channel>
</rss>
