News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Paging Data Sets With PEAR Pager
August 06, 2007 @ 15:15:40

On the Zend Developer Zone today, there's a new tutorial covering the use of the PEAR Pager class to break sets into smaller sets for all sorts of data sets (not just database results).

PEAR's Pager class, [which] offers developers a framework for breaking large data sets into smaller chunks, or pages, for greater readability or easier navigation. Pagination is important, particularly when dealing with result sets containing hundreds or thousands of items, because it allows the user to exert some degree of control over which segment of the data set is visible at any given point, and thus avoid drowning in a never-ending sea of data.

Cal explores the functionality this powerful little class has under the hood including working with pagination of normal arrays, database results and XML information. Of course, code is provided through out and screenshots are posted where needed to show what the output should look like.

0 comments voice your opinion now!
pear pagination pager class tutorial array xml database pear pagination pager class tutorial array xml database


blog comments powered by Disqus

Similar Posts

Experts Round Table: HTTP Headers and the PHP header() Function

David Coallier's Blog: Simple DBAL, PHP5, Light, Fast, Simple.

DevShed: Migrating Class Code for a MIME Email to PHP 5

DevShed: The Basics of Abstract Factory Classes in PHP 5

Phil Sturgeon's Blog: How to: Multi-site CodeIgniter Set-up


Community Events











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


unittest community symfony2 conference functional zendframework2 database series interview podcast opinion usergroup framework development testing release phpunit rest introduction language

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