Welcome Guest, Not a member yet? Register   Sign In
Please, I am getting crazy with the pagination class :(
#5

[eluser]Rolly1971[/eluser]
try adding a new route in application/config/route.php

for the first style:

route['articles/:num'] = 'articles';

if you use the second type:

route['articles/:any'] = 'articles';

this will default a url like: http://site.com/articles/2 to the articles controller -> index function.

so long as you have your index function reading and handling the uri segments properly this will work a charm


Messages In This Thread
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 03:04 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 06:04 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-17-2010, 10:53 PM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-18-2010, 02:38 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-18-2010, 02:54 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 07:31 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 08:00 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 08:12 AM
Please, I am getting crazy with the pagination class :( - by El Forum - 07-26-2010, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB