Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Pagination tutorial for Bootstrap

Is there a pagination tutorial here on teamTreeHouse? Basically I've setup a site using a bootstrap template. The site has several pages with images and I would just like to find the simplest way of adding dynamic pagination to my site. I've searched google but I cannot find any decent up-to-date tutorials on how to implement this from the ground up. I would like to do it server side if possible. Any links or suggestions on how I can start this up without getting too overwhelmed?

2 Answers

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Ismael;

Check out the Paginating a List: Controller module of the Enhancing a Simple PHP Application course. While it may not be exactly the code you need for your application tt should at least get you started in the right direction.

Happy Coding,

Ken