News Feed
Jobs Feed
Sections




News Archive
Debuggable Blog:
How to have multiple paginated widgets on the same page with CakePHP
August 26, 2008 @ 12:04:58

On the Debuggable blog Tim Koschutzki shows a way to have more than one paginated item on your page at a time (in a CakePHP application).

Many of you might have run into the problem of having multiple boxes on the same page that need to be paginated. For example you might have a left column with a list of members of your site and a right column that shows for a example a list of forums. Yeah, that's not the best example, but you get the idea.

The typical CakePHP pagination functional assumes that there's only one block of information that needs to be paginated per page. With Tim's modification, the model name for where the data is being pulled from is appended to the end of the URL and parsed by the script to know which is which.

0 comments voice your opinion now!
cakephp pagination widget multiple page


blog comments powered by Disqus

Similar Posts

DevShed: Paginating Result Sets for a Search Engine Built with MySQL and PHP 5

Chris Hartjes' Blog: The Devil’s In The Details (or, Handling Sequences in Postgres in CakePHP)

PHPFreaks.com: Basic Pagination

DevShed: Introducing the Composite Pattern in PHP 5

Mambo Foundation Blog: Baking Mambo


Community Events











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


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

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