Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Tips and Tutorials
Paginator url building is wrong
n00b
April 2014
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'))),
Harro
April 2014
Can you post an example of your code that produced that output? And the version of Fuel you tested it with?
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
April 2014