News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Getting started with CouchDB meet PHP on Couch
September 10, 2010 @ 11:23:56

On the Zend Developer Zone today Michael Bailey has posted an introduction to CouchDb including some sample code (in a download) and a look at the basics of using the database itself.

I will not detail the installation of the CouchDB server, the wiki got enough details. 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 PHP on Couch is not really complicated : just download it on github.com, extract the archive : the interesting bits are in the lib folder.

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.

0 comments voice your opinion now!
couchdb tutorial introduction phponcouch


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: The Joy of Regular Expressions [2]

Till's Blog: Nginx+PHP+FastCGI: Testing your web application with bleeding edge PHP

PHPMaster.com: Better Understanding PHP's Garbage Collection

PHPMaster.com: Targeted Geolocation with Geonames

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements


Community Events











Don't see your event here?
Let us know!


unittest framework functional example tool application podcast development series testing community introduction opinion zendframework2 conference language phpunit interview code release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework