stekycz / nette-date-paginator
DatePaginator - Nette Framework addon for easier paging by any period
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 2
Type:nette-addon
Requires
- php: >=5.3.0
- nette/nette: 2.0.*
This package is not auto-updated.
Last update: 2020-01-24 14:46:32 UTC
README
Description
Allows paging by any of time period (day, week, month, …).
It is build for PHP 5.3.* and based on Nette Framerwork 2.0.*.
Dependencies
It depends only on Nette Framework.
Installation
Copy whole folder /libs/DatePaginator into folder with your project (libs dir).
If you use Composer then you know what to do :-)
Demo
Demo application can be found on date-paginator.steky.cz.
In demo application is used DatePicker+ by Jan Tvrdík, Twitter Bootstrap CSS library and jQuery with jQuery UI. Templates should be changed/replaced for using in your own project.
Author
The author of the addon is Martin Štekl.