Welcome Guest, Not a member yet? Register   Sign In
Pagination config problem
#30

[eluser]CI_Newb[/eluser]
[quote author="SPeed_FANat1c" date="1291043337"]I can think of one solution with long urls:
www.domain.com/results/parameter1/param2/paran3/pagination_offset

so when you click submit then you pass input data to url and sentences like
Code:
$this->db->or_like('business',$this->input->post('search'));

repalce with

Code:
$this->db->or_like('business',$this->uri->segment(x));

x - is the parameter from segment[/quote]

I would but this url would have like 20ish segments lol


Messages In This Thread
Pagination config problem - by El Forum - 11-11-2010, 09:38 PM
Pagination config problem - by El Forum - 11-12-2010, 06:32 AM
Pagination config problem - by El Forum - 11-12-2010, 07:20 AM
Pagination config problem - by El Forum - 11-13-2010, 08:25 PM
Pagination config problem - by El Forum - 11-14-2010, 01:58 AM
Pagination config problem - by El Forum - 11-15-2010, 01:12 AM
Pagination config problem - by El Forum - 11-15-2010, 01:51 AM
Pagination config problem - by El Forum - 11-15-2010, 03:40 AM
Pagination config problem - by El Forum - 11-15-2010, 03:48 AM
Pagination config problem - by El Forum - 11-15-2010, 04:13 AM
Pagination config problem - by El Forum - 11-15-2010, 04:42 AM
Pagination config problem - by El Forum - 11-15-2010, 05:53 AM
Pagination config problem - by El Forum - 11-15-2010, 06:02 AM
Pagination config problem - by El Forum - 11-15-2010, 06:06 AM
Pagination config problem - by El Forum - 11-15-2010, 06:18 AM
Pagination config problem - by El Forum - 11-15-2010, 07:41 AM
Pagination config problem - by El Forum - 11-15-2010, 08:20 AM
Pagination config problem - by El Forum - 11-15-2010, 08:43 AM
Pagination config problem - by El Forum - 11-15-2010, 08:59 AM
Pagination config problem - by El Forum - 11-15-2010, 09:51 AM
Pagination config problem - by El Forum - 11-15-2010, 10:43 AM
Pagination config problem - by El Forum - 11-15-2010, 11:11 AM
Pagination config problem - by El Forum - 11-15-2010, 11:23 AM
Pagination config problem - by El Forum - 11-15-2010, 11:31 AM
Pagination config problem - by El Forum - 11-26-2010, 10:21 PM
Pagination config problem - by El Forum - 11-29-2010, 02:03 AM
Pagination config problem - by El Forum - 11-29-2010, 02:45 AM
Pagination config problem - by El Forum - 11-29-2010, 03:07 AM
Pagination config problem - by El Forum - 11-29-2010, 03:08 AM
Pagination config problem - by El Forum - 11-29-2010, 03:10 AM
Pagination config problem - by El Forum - 11-29-2010, 03:11 AM
Pagination config problem - by El Forum - 11-29-2010, 03:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB