Skip to content

Releases: emvicy/Paginator

2.1

24 Mar 08:28

Choose a tag to compare

changed

  • Paginator/Paginator_2.x/Model/Paginator.php:42: 2nd parameter $aDTDBOption added

2.0

07 Jan 11:00

Choose a tag to compare

2.0

added

  • templates/Paginator_pagination.tpl: markup is {nocache}{/nocache} encapsulated
  • README adopted to Emvicy 2

1.1

26 Nov 08:21

Choose a tag to compare

1.1

added

  • save calculated vars to registry and make them accessible as an array via static getter (array(Paginator_iAmountPages, Paginator_iCurrentPage, Paginator_iNavTabStart, Paginator_iNavTabEnd))

changed

  • \Paginator\Model\Paginator::calc: $iAmountItems - Number of all items in the requested DB table is getting by $oDb->count($aDTDBWhere);

1.0.1

23 Aug 10:11

Choose a tag to compare

changed

  • \Paginator\Model\Paginator::calc: $iAmountItems - Number of all items in the requested DB table is getting by count($oDb->retrieve(…))
  • \Paginator\Model\Paginator::calc: $iAmountItems - Number of all items in the requested DB table now depends on parameter $aDTDBWhere

@gueff

1.0.0

11 Mar 09:52

Choose a tag to compare

first Release