PHPOnCouch
stable

Contents

  • Overview
  • Quickstart
  • API
    • Couch class
    • CouchClient class
      • Database
      • Document
      • Mango Query
      • Views
    • CouchAdmin class
    • CouchReplicator class
    • CouchDocument class
PHPOnCouch
  • Docs »
  • API »
  • CouchClient class
  • Edit on GitHub

CouchClient class¶

  • Database
    • Getting started
    • General functions
    • Changes
    • Chainable methods to use before getChanges()
    • Maintenance
  • Document
    • getAllDocs
    • getDoc
    • rev
    • asCouchDocuments
    • conflicts
    • revs
    • revs_info
    • open_revs
    • storeDoc
    • updateDoc
    • updateDocFullAPI
    • deleteDoc
    • copyDoc
    • storeAttachment
    • storeAsAttachment
    • deleteAttachment
    • getShow
    • keys
    • storeDocs
    • deleteDocs
    • asArray
  • Mango Query
    • Summary
    • PHPOnCouch and Mango
    • Functions
  • Views
    • Creating views
    • View response
    • Query parameters
    • Format a view with CouchDB list formatting feature
Next Previous

© Copyright 2017, Alexis Côté Revision 7d74d73d.

Built with Sphinx using a theme provided by Read the Docs.