Welcome Guest, Not a member yet? Register   Sign In
Search with Pagignation
#4

Hello , advoor

Sorry ,, Still its not works .. In my case , i have always search_result/10 . Its never takes suffeix..
See my controller :


public function search_result() {

$config['per_page'] = 1;

$page = ($this->uri->segment(3)) ? $this->uri->segment(3) : 0;

$keyword = $this->input->post('search');

// $num_rows = count($this->productos_model->get_search($config["per_page"], $page, $keyword));

$config['base_url'] = base_url() . 'search/search_result/';

$config['total_rows'] = $this->productos_model->get_search_num_rows($keyword);

$config["uri_segment"] = 3;

$this->pagination->initialize($config);

$data["links"] = $this->pagination->create_links();

$data["results"] = $this->productos_model->get_search($config["per_page"], $page, $keyword);




$this->load->view('template/template', $data);
}
Thanks for your time again..
Reply


Messages In This Thread
Search with Pagignation - by code_help - 01-28-2015, 01:34 AM
RE: Search with Pagignation - by advoor - 01-28-2015, 02:29 AM
RE: Search with Pagignation - by code_help - 01-28-2015, 02:49 AM
RE: Search with Pagignation - by code_help - 01-29-2015, 12:10 PM
RE: Search with Pagignation - by advoor - 01-30-2015, 08:10 AM
RE: Search with Pagignation - by code_help - 01-30-2015, 08:22 AM
RE: Search with Pagignation - by advoor - 01-30-2015, 08:41 AM
RE: Search with Pagignation - by code_help - 01-30-2015, 03:33 PM
RE: Search with Pagignation - by dbui - 01-30-2015, 10:40 PM
RE: Search with Pagignation - by code_help - 01-31-2015, 02:54 AM
RE: Search with Pagignation - by dbui - 02-01-2015, 12:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB