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

PHPMaster.com: Introduction to MongoDB

Think Vitamin: 9 Magic Methods for PHP

SitePoint.com: The CakePHP Framework: Your First Bite

Felix Geisendörfer's Blog: How to Plugin'ize Your App

PHPBuilder.com: Create PHP Voice Recognition Apps on the Cheap


Community Events











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


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

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