2017 © Pedro Peláez
 

symfony-bundle paginator-bundle

Manager pagination on Symfony2

image

tadcka/paginator-bundle

Manager pagination on Symfony2

  • Thursday, March 27, 2014
  • by Tadcka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 238 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PaginatorBundle

Paginator bundle., (*1)

Installation

Step 1: Download TadckaPaginatorBundle using composer

Add TadckaPaginatorBundle in your composer.json:, (*2)

{
    "require": {
        "tadcka/paginator-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*3)

``` bash $ php composer.phar update tadcka/paginator-bundle, (*4)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\PaginatorBundle\TadckaPaginatorBundle(), ); }

How use?, (*5)

Step 3: How use?

Create pagination object:, (*6)

``` php <?php $pagination = new \Tadcka\Component\Paginator\Pagination($totalItems, $currentPage, $itemsPerPage);, (*7)


Render html: ``` php <?php $paginationHtml = $this->container->get('tadcka_paginator.manager')->getPaginatorHtml($pagination);

Step 4: Configuration

yml tadcka_paginator: max_near_pages: 3 template_class: pagination: test pagination_links: test_links pagination_link: test_link, (*8)

The Versions

27/03 2014

dev-master

9999999-dev https://github.com/tadcka/PaginatorBundle

Manager pagination on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

paginator paginator bundle

27/03 2014

v0.1.0

0.1.0.0 https://github.com/tadcka/PaginatorBundle

Manager pagination on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

paginator paginator bundle

28/01 2014

v0.1

0.1.0.0 https://github.com/tadcka/PaginatorBundle

Manager pagination on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

paginator paginator bundle