Tuesday, December 06, 2011

Pagination in PHP

As a developer, once in a while you come across a requirement in a project that requires you to go that extra mile. I recently moved from desktop development to web applications and have been enjoying the experience.

However, there are a few things we are used to on the desktops that are not available on web applications - like pagination, tabbing, portability and ease of development.

Whilst there are tons of examples of PHP Pagination online, only a few of them have a complete example that demonstrate how it actually works. The rest just show a little piece of code and  tells you to figure out the rest yourself...nothing of real substance that you can adapt to fit your need.

That said, I came across a nice jQuery version which does almost what I needed - problem is that I would need to learn to use jQuery to use this example. So, what this means is that I need to learn a new framework to learn to use another. Hmm, that's online tutorial for you.

If you know of any good example of PHP Pagination, please leave a comment below and share it with us all.
Related Posts with Thumbnails