Skip to content

Instantly share code, notes, and snippets.

@portapipe
portapipe / Pagination Codeigniter Bootstrap
Last active November 4, 2017 19:21 — forked from edomaru/ci-bootstrap-pagination-config.php
Pagination Codeigniter Bootstrap
<?php
$config["full_tag_open"] = '<ul class="pagination">';
$config["full_tag_close"] = '</ul>';
$config["first_link"] = "&laquo;";
$config["first_tag_open"] = "<li>";
$config["first_tag_close"] = "</li>";
$config["last_link"] = "&raquo;";
$config["last_tag_open"] = "<li>";