Welcome Guest, Not a member yet? Register   Sign In
Search result and pagination class
#18

[eluser]JanDoToDo[/eluser]
Hey guys.

Just thought I'd throw this out there - I do something very simple.

I just get the values which are used to search, and then write a form which is submitted when you change links.

I extended the pagination class to have another function "create_links_alt" and further i write a form when it gets the paginated data.

Code:
$form = form_open('search/index/');
        
    $form .= form_hidden('gender', $gender);
    $form .= form_hidden('photo', $photo);
    $form .= form_hidden('region', $region);
    if ($alt_search) $form .= form_hidden('alt_search', 'TRUE');
    $form .= form_close();

    $search['links'] = $this -> pagination -> create_links_alt();
}

So the form target would be the controller/method and the hidden fields would be the vars you want passed, e.g. from the uri variables or posted variables from a previous form.

Then, I just use my pagination library extension which changes the links to submit the form instead of just go to the next page!

If you want to get the pagination extension let me know


Messages In This Thread
Search result and pagination class - by El Forum - 06-21-2009, 05:24 AM
Search result and pagination class - by El Forum - 06-21-2009, 05:42 AM
Search result and pagination class - by El Forum - 06-21-2009, 05:53 AM
Search result and pagination class - by El Forum - 06-21-2009, 05:55 AM
Search result and pagination class - by El Forum - 06-21-2009, 06:01 AM
Search result and pagination class - by El Forum - 06-21-2009, 06:10 AM
Search result and pagination class - by El Forum - 06-21-2009, 06:25 AM
Search result and pagination class - by El Forum - 06-21-2009, 07:21 AM
Search result and pagination class - by El Forum - 06-21-2009, 04:57 PM
Search result and pagination class - by El Forum - 06-22-2009, 09:15 AM
Search result and pagination class - by El Forum - 06-22-2009, 09:22 AM
Search result and pagination class - by El Forum - 06-22-2009, 11:42 AM
Search result and pagination class - by El Forum - 08-23-2009, 10:44 AM
Search result and pagination class - by El Forum - 08-23-2009, 01:59 PM
Search result and pagination class - by El Forum - 08-23-2009, 08:45 PM
Search result and pagination class - by El Forum - 04-06-2010, 08:20 PM
Search result and pagination class - by El Forum - 04-21-2010, 06:03 AM
Search result and pagination class - by El Forum - 04-21-2010, 07:45 AM
Search result and pagination class - by El Forum - 05-04-2010, 11:13 PM
Search result and pagination class - by El Forum - 05-05-2010, 02:29 AM
Search result and pagination class - by El Forum - 05-05-2010, 04:32 AM
Search result and pagination class - by El Forum - 05-05-2010, 04:53 AM
Search result and pagination class - by El Forum - 05-05-2010, 04:54 AM
Search result and pagination class - by El Forum - 05-05-2010, 05:15 AM
Search result and pagination class - by El Forum - 05-05-2010, 05:31 AM
Search result and pagination class - by El Forum - 05-05-2010, 05:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB