News Feed
Jobs Feed
Sections




News Archive
Lorenzo Alberton's Blog:
PEARPager Tutorials
September 19, 2006 @ 07:31:52

Lorenzo Alberton has posted a tutorial today about using teh PEAR::Pager package to create "pretty links" with a little help from mod_rewrite.

Most PHP pager classes can work just fine with GET parameters, correctly forwarding them through the pages. Few of them let you control the navigation links they create, though. This can be particularly annoying when you have some nice urls (thanks to some mod_rewrite rules o to your hand-crafted front controller) and the pager class can't respect them, showing the real, ugly links to the world.

If the above scenario is not new to you, then you should probably have a look at PEAR::Pager. It's a fully customizable package that should satisfy all your needs, including your preferred link format.

In his examples, he provides the mod_rewrite rules to use, a sample PHP script that would normally use the $_GET values (in an ugly URL) to paginate the results. He also compensates for if the page number is actually a part of the path and not just at the end of the file name.

0 comments voice your opinion now!
pear package pager tutorial mod_rewrite rules get page number pear package pager tutorial mod_rewrite rules get page number


blog comments powered by Disqus

Similar Posts

CSS-Tricks.com: Tracking Clicks, Building a Clickmap with PHP and jQuery

Helgi's Blog: New features and changes in pear.php.net

Wes Shell's Blog: Encapsulation in PHP

DevShed: Validating Boolean Values and Float Numbers with Filters in PHP 5

PHPit.net: Taking a first look at the AutoCRUD for PHP library


Community Events











Don't see your event here?
Let us know!


introduction testing series community development release example code interview opinion functional zendframework2 phpunit podcast language object tool framework unittest conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework