<?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>Thu, 23 May 2013 12:17:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: GladiusDB and Firebird: Databases for Your PHP Apps]]></title>
      <guid>http://www.phpdeveloper.org/news/18350</guid>
      <link>http://www.phpdeveloper.org/news/18350</link>
      <description><![CDATA[<p>
On Dzone.com <i>Leigh Shevick</i> continues her series looking at some of the "unknown databases" out there that PHP developers might not be aware of (but could be very useful in their applications). In <a href="http://php.dzone.com/articles/gladiusdb-and-firebird">this second part</a> of the series, she looks at GladiusDB and Firebird.
</p>
<blockquote>
In this next installment, we'll be looking at two (arguably very contrasting) databases. The first is <a href="http://gladius.sourceforge.net/">Gladius DB</a>, which is a flat file database written in pure PHP. The second is <a href="http://www.firebirdsql.org/">Firebird</a>, another database veteran, which has features similar to some of the better-known databases, such as Microsoft SQLServer.
</blockquote>
<p>
She gives a brief introduction of each and includes links to <a href="http://sourceforge.net/projects/gladius/files/">two</a> <a href="http://php.net/manual/en/book.ibase.php">resources</a> to help you get connected to each. A bit of sample code shows how to make the connections and pull information out of simple tables (SELECTed). 
</p>]]></description>
      <pubDate>Mon, 13 Aug 2012 10:45:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DZone.com: The Best Unknown Databases for PHP Apps]]></title>
      <guid>http://www.phpdeveloper.org/news/18321</guid>
      <link>http://www.phpdeveloper.org/news/18321</link>
      <description><![CDATA[<p>
In <a href="http://architects.dzone.com/articles/best-unknown-databases-php">this new post</a> to DZone.com today <i>Leigh Shevchik</i> kicks off a series of posts looking at the "unknown databases" that PHP developers might not think about when working on their applications.
</p>
<blockquote>
In this day and age, there a plethora of options available to us. In this three part series, I'm going to walk you through five alternative databases that you may or may not have heard of. [...] Whether you're involved in embedded development, OLTP, OLAP, massive scalability and storage or simple database-backed applications, you're not going to walk away with the same perspective that you had before you started reading these posts. So without further ado, let's get started with a look at a veteran of the Internet: <a href="http://www.aosabook.org/en/bdb.html">Berkeley DB</a>.
</blockquote>
<p>
She covers some of the database's basic features and a bit about its history (available for years) as well as some detail on how requests to the database work. To make the connection from your application, you'll need to install the <a href="http://www.php.net/manual/en/dba.installation.php">dba PHP extension</a>. She provides two examples of code that uses the database - one that just connects and deletes a record, another that adds/removes/finds users from an "address book" database.
</p>]]></description>
      <pubDate>Mon, 06 Aug 2012 10:49:50 -0500</pubDate>
    </item>
  </channel>
</rss>
