Uploaded image for project: 'Couchbase PHP client library'
  1. Couchbase PHP client library
  2. PCBC-69

Add Pagination to the new 1.1.0 line.

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Won't Fix
    • Major
    • None
    • 1.1.0-dp1
    • None
    • Security Level: Public
    • None

    Description

      We should bake in pagination into ext/couchbase

      $result = $cb->view("ddoc", "viewname");
      $pager = $result->getPager($rowsPerPage = 10);
      foreach($pager->nextPage() AS $page) {
      foreach($page->rows AS $row)

      { var_dump($row); }

      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            brett19 Brett Lawson
            jan Jan Lehnardt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty