【问题标题】:Couchdb multiple attachmentsCouchdb 多个附件
【发布时间】:2012-07-25 08:04:45
【问题描述】:

我正在使用“PHP On Couch”插件通过 php 访问 couchDB。而且我不知道如何添加 一个文档的多个附件

$client = new couchClient($couch_dsn,$couch_db);
$doc = $client->getDoc('meantime');

$res1 = $client->storeAttachment($doc,'files/file1.html','text/html', 'file1.html');
$res2 = $client->storeAttachment($doc,'files/file2.html','text/html', 'file2.html');

只有一个附件与文档关联,而第二个则不关联?

【问题讨论】:

    标签: php couchdb


    【解决方案1】:

    每次附加文件时revision id都会改变,所以第二次出现文档更新冲突,调试响应以帮助您解决问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-11-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-01-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多