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.