This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var provinces = [ | |
{id:1, name: 'Azua'}, | |
{id:2, name: 'Bahoruco'}, | |
{id:3, name: 'Barahona'}, | |
{id:4, name: 'Dajabón'}, | |
{id:5, name: 'Distrito Nacional'}, | |
{id:6, name: 'Duarte'}, | |
{id:7, name: 'Elías Piña'}, | |
{id:8, name: 'El Seibo'}, | |
{id:9, name: 'Espallat'}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* Pagination Config | |
* | |
* Just applying codeigniter's standard pagination config with twitter | |
* bootstrap stylings | |
* | |
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 | |
* @author Mike Funk | |
* @link http://codeigniter.com/user_guide/libraries/pagination.html |