Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $cb = new Couchbase("192.168.1.50:8091", "root", "Metallica324_", "cyc");
  3. $result = $cb->view("_all_docs", "");
  4. foreach($result["rows"] as $row) {
  5. echo $row->key;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement