2017 © Pedro Peláez
 

library paginator-module

Paginator module

image

nicovogelaar/paginator-module

Paginator module

  • Friday, January 23, 2015
  • by nicovogelaar
  • Repository
  • 1 Watchers
  • 1 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 3 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Paginator module

Introduction

This paginator module is intended to easily implement pagination with sorting and filters in your application., (*1)

Currently the paginator only supports the Doctrine QueryBuilder., (*2)

Usage

Requirements

Installation

Install with composer

./composer.phar require nicovogelaar/paginator-module
#when asked for a version, type "*".

Enable module

Enable the module in your application.config.php file., (*3)

<?php
return array(
    'modules' => array(
        // ...
        'Nicovogelaar\Paginator',
    ),
    // ...
);

The Versions

23/01 2015

dev-master

9999999-dev https://github.com/nicovogelaar/paginator-module

Paginator module

  Sources   Download

MIT

The Requires

 

zf2 module zend framework 2 paginator paginator module