<?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>Sun, 07 Sep 2008 09:22:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Collections and Sorting Continued]]></title>
      <guid>http://www.phpdeveloper.org/news/5108</guid>
      <link>http://www.phpdeveloper.org/news/5108</link>
      <description><![CDATA[Previously <a href="http://www.phpdeveloper.org/news/5067">from DevShed</a>, they started a series on collections and sorting in PHP. Today, they've posted <a href="http://www.devshed.com/c/a/PHP/Collections-and-Sorting-Continued/">part two</a> of the series that builds on that and looks at sorting algorithm examples.
<p>
<quote>
<i>
This article will examine the primary sorting algorithms with code examples, and some empirical data regarding how they perform in relation to one another, as well as the size of the data set in question.
<p>
We will also create a function to fill up our collection with random data in order to test the sort algorithms with a sufficiently large data set. The sort algorithms listed above are the ones that every computer science student learns in college and are the primary sort algorithms found in real-world applications.
</i>
</quote>
<p>
The sorting styles <a href="http://www.devshed.com/c/a/PHP/Collections-and-Sorting-Continued/">they cover</a> include: bubble sort, heap sort, merge sort, quick sort, and shell sort. For each, they provide the code, making it a simple matter of cut and paste to make it work in your script. There's not a whole lot of documentation going along with the code in this article, but the sorting code is simple enough to understand without it.]]></description>
      <pubDate>Wed, 05 Apr 2006 07:13:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP Speakers Selected for OSCON 2006]]></title>
      <guid>http://www.phpdeveloper.org/news/5066</guid>
      <link>http://www.phpdeveloper.org/news/5066</link>
      <description><![CDATA[The O'Reilly Open Source Conference for this year is getting <a href="http://conferences.oreillynet.com/os2006/">closer and closer</a>, and a few of the members of the PHP community have been selected to present their proposed talks for this year's edition.
<p>
The list so far includes:
<ul>
<li><a href="http://www.sklar.com/blog/archives/87-Me-OSCON-2006.html">David Sklar</a> on web application dependencies
<li><a href="http://www.trachtenberg.com/blog/2006/03/27/oscon-2006-proposal-accepted/">Adam Trachtenberg</a> giving his talk on the "Dirty secrets of PHP 5's ext/soap extension"
<li><a href="http://shiflett.org/archive/219">Chris Shiflett</a> (along with Geoff Young) covering PHP testing, including mentions of Apache-Test, Simple-Test, PHPUnit, and phpt
</ul>
<p>
For more details or to sign up for the conference, visit <a href="http://conferences.oreillynet.com/os2006/">their site</a> and check out the long list of topics and tracks for this year's event.]]></description>
      <pubDate>Wed, 29 Mar 2006 07:41:11 -0600</pubDate>
    </item>
  </channel>
</rss>
