<?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 04:14:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Getting started with CouchDB : meet PHP on Couch]]></title>
      <guid>http://www.phpdeveloper.org/news/15110</guid>
      <link>http://www.phpdeveloper.org/news/15110</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today <i>Michael Bailey</i> has posted <a href="http://devzone.zend.com/article/12523-Getting-started-with-CouchDB-meet-PHP-on-Couch">an introduction to CouchDb</a> including some sample code (in <a href="http://github.com/dready92/PHP-on-Couch/downloads">a download</a>) and a look at the basics of using the database itself.
</p>
<blockquote>
I will not detail the installation of the CouchDB server, <a href="http://wiki.apache.org/couchdb/Installation">the wiki got enough details</a>. For the rest of this article I will assume that we have a running CouchDB server waiting for our queries on couch.example.com on port 5984 (the default CouchDB port). Setting up <a href="http://github.com/dready92/PHP-on-Couch">PHP on Couch</a> is not really complicated : just <a href="http://github.com/dready92/PHP-on-Couch/downloads">download it on github.com</a>, extract the archive : the interesting bits are in the lib folder. 
</blockquote>
<p>
He starts with some of the key terms you'll need on the CouchDb side (like JSON, documents, _id and _rev) followed by the interaction between PHP and the database - creating a database, storing a document, using the document object mapper and working with views.
</p>]]></description>
      <pubDate>Fri, 10 Sep 2010 11:23:56 -0500</pubDate>
    </item>
  </channel>
</rss>
