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

(01-30-2015, 08:22 AM)code_help Wrote: I have some config set up. As you saw my code . But how did you set up this two config option ['suffix'] and ['first_url']
in my url never get filter?start_date , or any thing . and ,its always shows me search_result/10  then search_result/20
I know something i did wrong.. But can't figure out.
thanks

Did you put the config options just after
PHP Code:
$config["uri_segment"] = 3
?

The dates are just values passed through the URL :

PHP Code:
$search_start_date $this->input->get('start_date');
$search_end_date $this->input->get('end_date'); 
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