Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Jan Lehnardt's Blog:
CouchDb Views with PHP
Sep 18, 2007 @ 14:32:00

Showing off the ever-expanding reach of the CouchDb functionlity, Jan Lehnardt has posted a new blog entry about another way (besides with Javascript) that you can make views with the CouchDb software - with PHP.

CouchDB lets you hook up any language interpreter or compiler & executor via a simple line-based protocol that gets exchanged over standard in- and output. The core PHP code to wrap the PHP interpreter around that protocol and stdio is not even 70 lines of code and 130 with a some helper functions and comments. It needs PHP 5 and the JSON extension.

A code example is included showing how to make a sample request back to the CouchDb and the script to handle the parsing. If you'd like to customize things a bit more, check out the wiki pages for the protocol to get started.

tagged: couchdb view javascript example database couchdb view javascript example database

Link:


Trending Topics: