2017 © Pedro Peláez
 

symfony1-plugin sf-extra-doctrine-pager-plugin

This plugin aimed to build pagers in the same way as forms

image

nykopol/sf-extra-doctrine-pager-plugin

This plugin aimed to build pagers in the same way as forms

  • Monday, October 27, 2014
  • by nykopol
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

sfExtraDoctrinePagerPlugin

Symfony 1.4 plugin aimed to build pagers in the same way as forms, (*1)

What is sfExtraDoctrinePagerPlugin ?

sfExtraDoctrinePagerPlugin is a symfony 1.4 plugin. (see http://symfony.com/legacy), (*2)

This plugin is a transposition of the symfony form system to pagers. The aim of sfExtraDoctrinePagerPlugin is to simplify the generation of pagers., (*3)

Requirements

  • Symfony 1.4
  • Doctrine 1.2

Installation

  • Place source files in you plugins/ directory in a sfExtraDoctrinePagerPlugin/ folder.
  • Activate the plugin in config/ProjectConfiguration.class.php
class ProjectConfiguration extends sfProjectConfiguration
    {
        public function setup()
        {
            $this->enablePlugins(array(
                'sfExtraDoctrinePagerPlugin', 
                ...
            ));
        }
    }
  • Then build pager classes :
php symfony doctrine:build-pagers

Documentation

Get started : http://www.gow.fr/sfextradoctrinepagerplugin, (*4)

Documentation API : http://www.gow.fr/sfExtraDoctrinePagerPlugin/docs/index.html, (*5)

The Versions

27/10 2014

dev-master

9999999-dev

This plugin aimed to build pagers in the same way as forms

  Sources   Download

GNU LGPL 3

The Requires

 

by Johan DESMYTER