Pagination once more |
[eluser]Mark van der Walle[/eluser]
Indeed, CI will create the following urls: http://localhost/website/index.php/see/0 http://localhost/website/index.php/see/4 http://localhost/website/index.php/see/8 When you click on that it will try to call a controller see with the function 0,4,8 etc. These dont exist (and could not for that matter). Either use some URI routing if you do not want to show the index or add the index to the baseurl |
Messages In This Thread |
Pagination once more - by El Forum - 12-31-2007, 07:36 AM
Pagination once more - by El Forum - 12-31-2007, 07:44 AM
Pagination once more - by El Forum - 12-31-2007, 08:01 AM
Pagination once more - by El Forum - 12-31-2007, 10:55 AM
|