Hi,
I was wondering how to use the include_docs-Parameter with PHP-SDK. I could*nt find any hint in the PHP-Stubs.
I’ve also tried to add a similar function to CouchbaseViewQuery.php but this endet up in “Fatal error: Call to undefined method _CouchbaseDefaultViewQuery::include_docs()”.
Next Idea was to modify the options-array of CouchbaseViewQuery, but without any effect.
I’ve googled a lot but the only thing I found is a Bug-Ticket with resolved->“won’t fix”, without any comment.
I can’t believe this option is unavailable for PHP-SDK. Can anyone tell me how to fix this problem?
Thanks in advance.