Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Paging after searching query
  • I have a problem when i want to create search system with pagination,

    example

    /goods/2/?q=laptop

    actualy that link it's work but the problem is next_link and previous_link on pagination not include query so just like this

    /goods/3/ for next link
    and /goods/1/ for previous link

    any someone give me suggestion?
  • HarroHarro
    Accepted Answer
    This functionality has been added in 1.6/develop.

    Since Pagination doesn't have no external dependencies that have changed recently, you can backport it to 1.5 or 1.4 if you want.
  • that is good news, thanks you 

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion