2017 © Pedro Peláez
 

library oc-pagination

Get pagination elements for OctoberCMS

image

kharanenka/oc-pagination

Get pagination elements for OctoberCMS

  • Saturday, December 10, 2016
  • by Andrey Kharanenka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,099 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 28 % Grown

The README.md

Class Pagination

You can get pagination elements with "Pagination" class. See php-pagination package. You can copy the lang file from example oc-pagination/src/Kharanenka/lang/en/lang.php, (*1)

Installation

Require this package in your composer.json and update composer., (*2)


"kharanenka/oc-pagination": "1.0.*"

Component properties


public function defineProperties() { $arProperties = [ //Component property array ]; $arProperties = array_merge($arProperties, Pagination::getProperties('plugin_name')); return $arProperties; }

Usage


//$arSettings = $this->properties $arPagination = Pagination::get($iCurrentPage, $iTotalCount, $arSettings);

Result


[ [ 'name' => 'First', 'value' => 1, 'class' => 'pagination-first-button', 'code' => 'first', ], ... [ 'name' => '3', 'value' => 3, 'class' => 'pagination-i _act', 'code' => null, ], ... [ 'name' => 'Last', 'value' => 10, 'class' => 'pagination-last-button', 'code' => 'last', ] ]

The Versions

10/12 2016

dev-master

9999999-dev

Get pagination elements for OctoberCMS

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Andrey Kharanenka

php pagination

10/12 2016

1.0.2

1.0.2.0

Get pagination elements for OctoberCMS

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Andrey Kharanenka

php pagination

23/11 2016

1.0.1

1.0.1.0

Get pagination elements for OctoberCMS

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Andrey Kharanenka

php pagination

22/11 2016

1.0.0

1.0.0.0

Get pagination elements for OctoberCMS

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Andrey Kharanenka

php pagination