Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Paginator url building is wrong
  • the paginator seems to not like urls that dont end with / 
    for example localhost/products?search=test produces page links like localhost/products/2/?products=&search=test

    solution :

                'pagination_url' => Uri::create(Uri::base().'products',array(), array('s'=>Input::get('s'))),

  • Can you post an example of your code that produced that output? And the version of Fuel you tested it with?

Howdy, Stranger!

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

In this Discussion