Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Function : bootstrap_pagination_parser()

Blair2004 edited this page Oct 31, 2014 · 2 revisions

Description : Display a pagination HTML code for given parameters. Accepts 2 parameters. First (required) is a pagination Array. This function listens to the $_GET['limit'] existence to limit pagination length. This function is usually used on back-end, for module or theme with Tendoo interface. The second parameter is the class wich will be used as class attribute for main pagination container.

Example : <?php bootstrap_pagination_parser( $given_array );?>