dev-master
9999999-devThis plugin aimed to build pagers in the same way as forms
GNU LGPL 3
The Requires
by Johan DESMYTER
Wallogit.com
2017 © Pedro Peláez
This plugin aimed to build pagers in the same way as forms
Symfony 1.4 plugin aimed to build pagers in the same way as forms, (*1)
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)
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins(array(
'sfExtraDoctrinePagerPlugin',
...
));
}
}
php symfony doctrine:build-pagers
Get started : http://www.gow.fr/sfextradoctrinepagerplugin, (*4)
Documentation API : http://www.gow.fr/sfExtraDoctrinePagerPlugin/docs/index.html, (*5)
This plugin aimed to build pagers in the same way as forms
GNU LGPL 3