<?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 08:23:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Netcraft.com: PHP just grows & grows]]></title>
      <guid>http://www.phpdeveloper.org/news/19122</guid>
      <link>http://www.phpdeveloper.org/news/19122</link>
      <description><![CDATA[<p>
Netcraft.com has <a href="http://news.netcraft.com/archives/2013/01/31/php-just-grows-grows.html">posted the results</a> of a web server survey with data compiled starting in 2002 all the way up to 2012 about the growth and usage of PHP on the web. The title of the article, "PHP just grows & grows", gives a clue to their findings.
</p>
<blockquote>
Netcraft began its Web Server Survey in 1995 and has tracked the deployment of a wide range of scripting technologies across the web since 2001. One such technology is PHP, which Netcraft presently finds on well over 200 million websites.
</blockquote>
<p>
For those not familiar with the language, they give an overview of its history starting back with PHP v1 that <i>Rasmus Lerdorf</i> developed for his own uses. They move quickly through the years talking about versions and improvements made during their lifecycle. They also talk some about their own tracking methods and the metrics they use to measure PHP's growth - hostnames serving up PHP-based sites, removal of active (not spam) sites, unique IPs and actual computers/machines.
</p>]]></description>
      <pubDate>Fri, 01 Feb 2013 11:58:02 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuiilder.com: Using Get and Post Methodology in AJAX Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/11587</guid>
      <link>http://www.phpdeveloper.org/news/11587</link>
      <description><![CDATA[<p>
On the PHPBuilder.com site <i>Anthony Corbelli</i> has <a href="http://www.phpbuilder.com/columns/acorbelli20081215.php3">a new tutorial</a> looking at the differences between using GET and POST in the context of an Ajax-enabled application.
</p>
<blockquote>
GET is typically used when you simply need to retrieve data and POST is used when you want to change the state of the server (i.e. send/update data on the server). This article will discuss how we use GET and POST methodology in our Ajax applications!
</blockquote>
<p>
Complete code for his examples is included - both the Javascript and PHP sides. His example handles both GET and POST requests the same way, returning the city and zip information.
</p>]]></description>
      <pubDate>Wed, 17 Dec 2008 10:21:48 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Solar 0.18.0 released, and more about testing]]></title>
      <guid>http://www.phpdeveloper.org/news/5331</guid>
      <link>http://www.phpdeveloper.org/news/5331</link>
      <description><![CDATA[<p>
The latest version of the <a href="http://solarphp.com/">Solar framework</a> has been released, according to <a href="http://paul-m-jones.com/blog/?p=209">this new post</a> on <i>Paul Jones'</i> blog today. Version 0.18.0 has several updates, but most importantly, there's an update to the testing methodolgy.
</p>
<quote>
<i>
<p>
I can say that the procedural <a href="http://qa.php.net/write-test.php">PHPT</a> testing style is easier to approach for someone new to testing, and is great for smaller or standalone projects, but it doesn't seem to "scale up" well for larger class structures. The object-oriented testing style used by <a href="http://pear.php.net/package/PHPUnit2">PHPUnit</a> and <a href="http://www.lastcraft.com/simple_test.php">SimpleTest</a> requires more inital setup work, but "scales up" much better in larger projects.
</p>
<p>
So in a spirit of meet-in-the-middle, I coded up a pair of Solar-based unit-test classes to take over from Solar_Test_Assert and .phpt, then converted a couple of existing .phpt tests to the new technique. It worked like a champ.
</p>
</i>
</quote>
<p>
He also <a href="http://paul-m-jones.com/blog/?p=209">provides some examples</a> with the inclusion of code from the <a href="http://solarphp.com/svn/src/Solar/Test.php">Solar_Test</a> class, a test written for <a href="http://solarphp.com/svn/src/tests/Test/Solar/Uri.php">Solar_Uri</a>, the <a href="http://solarphp.com/svn/src/Solar/Test/Suite.php">Solar_Test_Suite</a> class, and a command-line <a href="http://solarphp.com/svn/src/tests/run.php">test-runner</a> (as well as a few others).
</p>]]></description>
      <pubDate>Tue, 09 May 2006 05:56:26 -0500</pubDate>
    </item>
  </channel>
</rss>
