php sdk -> setMulti with text support?
Fri, 09/21/2012 - 08:31
hi i tested setMulti for bulk set into the couchbase ->
https://github.com/FrancisVarga/dexter-labs/blob/master/php-processus/ap...
problem in this case is that the value will be stored as binary. do you planed to support text?
Cheers
Francis
I recommend you to store the data in JSON form in this case (use the json_encode) method for that (for every value in the array). You then also have the option to write view-queries!