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
Ismael Carbajal
5,922 PointsPagination 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
Kevin Korte
28,149 PointsCheck out the last two lessons here: http://teamtreehouse.com/library/enhancing-a-simple-php-application-2
Ken Alger
Treehouse TeacherIsmael;
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