Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. require_once "couch.php";
  2. require_once "couchClient.php";
  3. require_once "couchDocument.php";
  4.  
  5. $client = new couchClient($couchdb_server_dsn, $couchdb_database_name);
  6.  
  7. // document fetching by ID
  8. $doc = $client->getDoc('some_doc_id');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement