PHP-on-Couch
PHP-on-Couch copied to clipboard
Data Access Library to access a CouchDB server with PHP.
The Admin class takes an (maybe) authorised client as it's first argument. ``` $client = new couchClient(http://username:[email protected]:5984),'myDb'); $admin = new couchAdmin($client); ``` When the admin class wants to make requests...
Let me explain better, i have php on couch on codeigniter framework, so when i enter the docid pull the attachment from couchDB, but because the file is with the...
Trying to get all revs using ``` $client->open_revs('all')->getDoc($id); ``` returns the following weirdness ``` --43afb13b61f1044f5713cb42ae4138b4 Content-Type: application/json {json_data_structure} --43afb13b61f1044f5713cb42ae4138b4-- ``` This looks like some sort of debug output rather than...
he I want start a discussion what thinks we need and want we can implement before we make a BC break without BC break: - automatic tests (travis ci) -...
Hi! Not sure if this is really about the library, so feel free to close ticket if it's not. When i'm trying to update a document with updateDoc(), i get...