404 Page Not Found
The page you requested was not found.
public function index() { $this->load->library('pagination'); $this->load->model('Pages_model'); $query = $this->input->get('q', TRUE); $category = $this->input->get('category', TRUE); $city = $this->input->get('city', TRUE); $state = $this->input->get('state', TRUE); $config['base_url'] = base_url('search') . '?' . http_build_query($_GET); $config['total_rows'] = $this->Pages_model->count_search_results($query, $category, $city, $state); $config['per_page'] = 12; $config['page_query_string'] = TRUE; $config['query_string_segment'] = 'per_page'; // Bootstrap 3 Pagination Style $config['full_tag_open'] = '
The page you requested was not found.