Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.0.2alpha
|
MIT |
0.0.2alpha
|
28/02/2009 |
Changelog for release 0.0.2 - 28/02/2009
Other releases
Release 0.0.2 - 28/02/2009
sfSortablePropelPager plugin
Overview
Installation
To install sfSortablePropelPagerPlugin, type:
Install the plugin
$ symfony plugin:install -r <versionnumber> sfSortablePropelPager
Enable the plugin. Eg. in your ProjectConfiguration.class.php
$this->enablePlugins(array('sfSortablePropelPager'));
Enable the helper. Eg. in your backendConfiguration.class.php
$this->loadHelpers(array('sfSortablePropelPager'));
Clear your cache
$symfony cc
Usage
See sfSortablePropelPager file and sfSortablePropelPagerHelper file
Regular pager
Ajax pager
<?php remote_pager_list("foo/list","foo_list"); ?>
License
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.