nykopol / sf-extra-doctrine-pager-plugin
This plugin aimed to build pagers in the same way as forms
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony1-plugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-01-14 18:04:00 UTC
README
Symfony 1.4 plugin aimed to build pagers in the same way as forms
What is sfExtraDoctrinePagerPlugin ?
sfExtraDoctrinePagerPlugin is a symfony 1.4 plugin. (see http://symfony.com/legacy)
This plugin is a transposition of the symfony form system to pagers. The aim of sfExtraDoctrinePagerPlugin is to simplify the generation of pagers.
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
Documentation API : http://www.gow.fr/sfExtraDoctrinePagerPlugin/docs/index.html