Welcome Guest, Not a member yet? Register   Sign In
Pagination Problem
#2

[eluser]Thorpe Obazee[/eluser]
Code:
http://localhost/CodeIgniter/home/2

shouldn't this be
Code:
http://localhost/CodeIgniter/home/index/2

and
Code:
$config['base_url']=base_url()."home/";

should be

Code:
$config['base_url']=base_url()."home/index/";

Unless you are doing some routing.


Messages In This Thread
Pagination Problem - by El Forum - 04-23-2009, 02:45 PM
Pagination Problem - by El Forum - 04-23-2009, 06:42 PM
Pagination Problem - by El Forum - 04-23-2009, 08:15 PM
Pagination Problem - by El Forum - 04-23-2009, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB