Paging with Filters using Codeigniter

Asked

Viewed 104 times

1

I have a query with filters coming from a form. The query is executed correctly, the calculation of pages too. The form sends via method $_POST.

When browsing between pages generated by the result, as pagination is sent via $_GET and track parameters $_POST, is giving error to display results from page 2.

I would like to know a good form of paging on CodeIgniter to resolve this issue and pass the parameters by selecting the page number.

  • what parameters you send via post? the filters?

  • yes form data. made using session.

  • Put what to code

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.