CouchdbClient::getView

Executes a CouchDB view.

Description

public object CouchdbClient::getView ( string $design_doc , string $view_name )

Warning

This function is currently not documented; only its argument list is available.

Parameters

design_doc

view_name

Return Values

Examples

Example #1 CouchdbClient::getView example

<?php

/* ... */

?>

The above example will output something similar to:

...