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

vegansupreme’s picture

Status: Active » Fixed

Got it!
count( $view->result );

Found it here: http://drupal.org/node/131031#comment-1212990

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.