News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

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




Community Events





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


testing conference api symfony2 zendframework framework opinion database release unittest language zendframework2 community phpunit interview voicesoftheelephpant podcast injection application introduction

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