<?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 22:44:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[CatsWhoCode.com: Getting started with CouchDB: a beginner's guide]]></title>
      <guid>http://www.phpdeveloper.org/news/14136</guid>
      <link>http://www.phpdeveloper.org/news/14136</link>
      <description><![CDATA[<p>
From CatsWhoCode.com there's a new tutorial looking at some of the basics of <a href="http://www.catswhocode.com/blog/getting-started-with-couchdb-tutorial-a-beginners-guide">using CouchDB with PHP</a> (the popular NoSQL database). They don't cover the install of CouchDB, so you'll need to have that up and running to follow along.
</p>
<blockquote>
Have you ever dreamt about a powerful database that you can access easily, without using the SQL language? That what Apache CouchDB is all about. In this tutorial, I'm going to show you how to get started with this document-riented database and how you can use it with PHP.
</blockquote>
<p>
They briefly cover what CouchDB (and NoSQL databases) are and how their records are stored - document based rather than row/column based like standard RDBMS. They use the <a href="http://arbitracker.org/phpillow.html">PHPillow</a> library to connect to their database and include the code to do an insert and pull that same data back out.
</p>]]></description>
      <pubDate>Fri, 05 Mar 2010 09:30:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: PHPillow - a PHP CouchDB wrapper - Update]]></title>
      <guid>http://www.phpdeveloper.org/news/10256</guid>
      <link>http://www.phpdeveloper.org/news/10256</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> has <a href="http://kore-nordmann.de/blog/phpillow_php_couchdb_wrapper.html">posted about</a> a PHP wrapper they've created to lay on top of <a href="http://couchdb.org/">CouchDB</a> - <a href="svn://arbitracker.org/phpillow/trunk">PHPillow</a>.
</p>
<blockquote>
The wrapper is called PHPillow, lays on top of the Couch and offers even more comfort laying anything into the database. :) It has complete API documentation, currently a test coverage of >95%, tutorials and practical examples included. Even I would call it alpha - as CouchDB is still alpha at the current state - you can expect it stay quite stable API wise, as I rely heavily on it in other projects and therefore won't break too much.
</blockquote>
<p>
You can check out the latest version of this wrapper from <a href="svn://arbitracker.org/phpillow/trunk">its subversion site</a> and get more information about CouchDB on its <a href="http://incubator.apache.org/couchdb/docs/overview.html">website</a> and <a href="http://wiki.apache.org/couchdb/">wiki</a>.
</p>]]></description>
      <pubDate>Fri, 23 May 2008 11:18:34 -0500</pubDate>
    </item>
  </channel>
</rss>
