Welcome Guest, Not a member yet? Register   Sign In
Pagination 404
#4

[eluser]pistolPete[/eluser]
Use this:
Code:
function index($page)
    {
       ...
        $config['base_url'] ='http://localhost/blog/index/';
       ...
         //load the model and get results

        $data['blogposts'] = $this->MBlog->getAllPosts($config['per_page'],$page);
...


Messages In This Thread
Pagination 404 - by El Forum - 03-22-2009, 05:54 AM
Pagination 404 - by El Forum - 03-22-2009, 06:04 AM
Pagination 404 - by El Forum - 03-22-2009, 06:30 AM
Pagination 404 - by El Forum - 03-22-2009, 07:00 AM
Pagination 404 - by El Forum - 03-22-2009, 10:47 AM
Pagination 404 - by El Forum - 03-22-2009, 10:54 AM
Pagination 404 - by El Forum - 03-22-2009, 11:25 AM
Pagination 404 - by El Forum - 03-26-2009, 05:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB