Skip to content

Commit

Permalink
fix to release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed Jan 10, 2015
1 parent 85ea323 commit ff9742b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ReversePagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,6 @@ public function getRedistribution()
if (isset($arr[$page]['dop_offset'])) {
$this->dopOffset = $arr[$page]['dop_offset'];
}

echo 'всего записей - ' . $this->totalCount . '<br />';
echo 'всего страниц - ' . $this->getPageCount() . '<br />'; // total pages
echo 'на незаполненной странице ' . $re['items'] . '<br />';
echo 'на сколько распределено ' . $re['pages'] . '<br />';
echo 'текущая страница - '. $page .'<br />';
echo 'доп. смещение - ' . $this->dopOffset . '<br />';
echo 'доп. лимит - ' . $this->dopLimit . '<br />';
echo 'limit - ' . $this->GetLimit() . '<br />';
echo 'доп. записей на 1 стр. ' . $re['on_page'] . '<br />';
}


Expand Down Expand Up @@ -178,5 +168,4 @@ public function getLimit()
return $pageSize < 1 ? -1 : $pageSize;
}


}

0 comments on commit ff9742b

Please sign in to comment.