News Feed
Jobs Feed
Sections




News Archive
PHPFreaks.com:
Basic Pagination
June 19, 2008 @ 08:47:56

A new tutorial has been posted on the PHPFreaks.com site today dealing with paginating your data (in their example, info from a database).

It makes way more sense to break up your list into page-sized chunks, and only query your database one chunk at a time. This drastically reduces server processing time and page load time, as well as gives your user smaller pieces of info to digest, so he doesn't choke on whatever crap you're trying to feed him. The act of doing this is called pagination.

They include the full script for those that want to jump right in and the detailed info in the rest of the tutorial for those that need a little more insight. The script gets a count of the results first then uses the LIMIT format for MySQL to restrict the number of rows returned each time and where to start those returned rows from.

1 comment voice your opinion now!
pagination tutorial mysql database limit


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: Caching For Efficiency With Zend Framework

Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers

DevShed: Creating an RSS Reader Application

Juozas Kaziukenas' Blog: Starting with Zend_Search_Lucene

CatsWhoCode.com: How to make a translatable WordPress theme


Community Events











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


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

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