<?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 19:16:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rashaud Teague's Blog: Basic Data Trees]]></title>
      <guid>http://www.phpdeveloper.org/news/13088</guid>
      <link>http://www.phpdeveloper.org/news/13088</link>
      <description><![CDATA[<p>
<i>Rashaud Teague</i> has <a href="http://rashaud.marislabs.org/2009/08/16/basic-data-trees/">posted a new tutorial</a> to his blog about data trees and parent/child relationships in PHP applications:
</p>
<blockquote>
Displaying data in data trees showing parent/child relationships can be important to your application for when users are looking for data. [...] Here I will be showing you (most likely a beginner programmer) how to display data from a database (MySQL) using PHP. In the this example I'm using the data from <a href="http://marislabs.org/simpledocu">Maris SimpleDocu</a>, a "simple" documentation system.
</blockquote>
<p>
His simple table holds data for a series of pages linked by a "parent" key column. Back in the PHP he uses a recursive function to pull in a subset of the data. The end result is output showing the levels of the data, spaced out by dashes.
</p>]]></description>
      <pubDate>Fri, 21 Aug 2009 11:41:08 -0500</pubDate>
    </item>
  </channel>
</rss>
