• Resolved ssimo3

    (@ssimo3)


    I would appreciate it if https://docs.pods.io/code/ contained a link out to the old documentation. I have forgotten the difference between Pods::total() and Pods::total_found(). I know that only one of them depends on the limit and current page of results, but I forgot which one. That information is found in the old documentation.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    The old code reference will be brought back this week, thanks for your patience here.

    $pod->total() will give you the total number of items returned from a $pod->find() query.

    $pod->total_found() will give you the total number of items found in the DB (regardless of limit) from a $pod->find() query.

Viewing 1 replies (of 1 total)

The topic ‘Links to old documentation’ is closed to new replies.