Closed (fixed)
Project:
Views PDF
Version:
7.x-1.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 14:00 UTC
Updated:
14 Feb 2013 at 14:10 UTC
I understand that $this->record; refers to the current record, and $this->record++; advances to the next record, but is there a way to find the last record, or determine if the current record is the last record?
Comments
Comment #1
vegansupreme commentedGot it!
count( $view->result );Found it here: http://drupal.org/node/131031#comment-1212990