News Feed
Jobs Feed
Sections




News Archive
Tiffany Brown's Blog:
Simple pagination for arrays with PHP 5
December 15, 2008 @ 08:48:20

Tiffany Brown has a quick tutorial on a pagination method she's come up with for splitting out array contents over multiple pages.

While working on a recent project, I had to build a feature that displayed a list of files available in a directory. A simple way is just to use scandir() and a foreach loop to spit out a pretty list. There's a small problem though: long lists aren't all that user friendly. I decided instead to paginate the results. Here's one way to do it using PHP 5.

Her method reads in all of the (valid) files from the directory, assigns them to an array and uses the array_chunk function to split them up into groups on five. These groups can be easily looped through and displayed out as links easily.

0 comments voice your opinion now!
pagination php5 arraychunk directory files


blog comments powered by Disqus

Similar Posts

Michael Kimsal's Blog: PHP Prediction

Ben Ramsey's Blog: NY Thoughts and Zend_View_Helper Notes

PHPEverywhere: My experience moving to PHP5

SitePoint PHP Blog: Shared Hosts and PHP5 Upgrades

Michael Girouard's Blog: FIEO with PHP 5 Interceptors


Community Events











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


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

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