<?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, 22 May 2013 06:07:29 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: phpMyAdmin Designer View]]></title>
      <guid>http://www.phpdeveloper.org/news/16540</guid>
      <link>http://www.phpdeveloper.org/news/16540</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has a new post today spotlighting a handy feature of the <a href="http://phpmyadmin.net">phpMyAdmin</a> tool - the <a href="http://www.lornajane.net/posts/2011/PHPMyAdmin-Designer-View">visual designer view</a>. It allows you to build (and see) the relationships between your MySQL-based application's elements.
</p>
<blockquote>
I'm happier at the command line, but needed some graphical representation of information and easy ways to export example queries for the book I'm working on. I noticed that phpMyAdmin now has a Designer tab, which shows relationships between tables and allows you to define them.
</blockquote>
<p>
She includes <a href="http://www.lornajane.net/uploads/tech/foreign-key1.png">two</a> <a href="http://www.lornajane.net/uploads/tech/phpmyadmin1.png">screenshots</a> of the process of setting up a foreign key on two tables. You can find lots more articles related to the designer view <a href="http://www.google.com/#sclient=psy&hl=en&source=hp&q=phpmyadmin+designer+view">here</a>.
</p>]]></description>
      <pubDate>Thu, 30 Jun 2011 11:29:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ifeghali's Blog: Adding FK support to MDB2_Schema_Writer]]></title>
      <guid>http://www.phpdeveloper.org/news/8425</guid>
      <link>http://www.phpdeveloper.org/news/8425</link>
      <description><![CDATA[<p>
On the Planet SoC blog today, there's <a href="http://planet-soc.com/node/2141">this look</a> at how <i>ifehhali</i> added foreign key support to the <a href="http://cvs.php.net/viewvc.cgi/pear/MDB2_Schema/MDB2/Schema/Writer.php?view=log">MDB2_Schema_Writer</a> as a part of his Summer of Code project to improve the PEAR::MDB2_Schema package.
</p>
<blockquote>
<a href="http://cvs.php.net/viewvc.cgi/pear/MDB2_Schema/MDB2/Schema/Writer.php?view=log">MDB2_Schema_Writer</a> is the responsible for dumping a database schema to a XML file. It walks into a database definition and outputs the correspondent XML tags.
</blockquote>
<p>
He <a href="http://planet-soc.com/node/2141">gives an example</a> of checking a table (in $table) to see if it has constraints and check its validity. If everything's okay, the script pushes data into a buffer of specially formatted XML data.
</p>]]></description>
      <pubDate>Fri, 10 Aug 2007 08:41:00 -0500</pubDate>
    </item>
  </channel>
</rss>
