Welcome Guest, Not a member yet? Register   Sign In
Pagination error
#7

[eluser]Thiago Leao[/eluser]
nothing appears, only appears: 1 2 3>

Code:
$inicio = $this->uri->segment(4,0);
            
            $config['uri_segment']         = 4;  
    
            $config['base_url']         = base_url() .'administracao/cad_produto/listar/'.$id_user.'/';
            $config['total_rows']         = $this->cad_produto_model->contaRegistros($id_user);
            $config['per_page']         = $maximo;
            $config['first_link']         = 'First';


Messages In This Thread
Pagination error - by El Forum - 04-19-2011, 01:30 PM
Pagination error - by El Forum - 04-19-2011, 01:36 PM
Pagination error - by El Forum - 04-19-2011, 02:43 PM
Pagination error - by El Forum - 04-19-2011, 02:57 PM
Pagination error - by El Forum - 04-19-2011, 07:02 PM
Pagination error - by El Forum - 04-19-2011, 08:55 PM
Pagination error - by El Forum - 04-19-2011, 08:59 PM
Pagination error - by El Forum - 04-19-2011, 09:17 PM
Pagination error - by El Forum - 04-19-2011, 09:26 PM
Pagination error - by El Forum - 04-20-2011, 08:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB