Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Pagination Show Rows Info
#2

[eluser]Glazz[/eluser]
I'm trying to make it work but no success
This is what i have so far
Code:
$regFinal = $config['per_page'] * $this->uri->segment(2);
        $regInicial = $regFinal - $config['per_page'];
        if ($regInicial == 0):  
            $regInicial++;  
        endif;
        if ($this->uri->segment(2) == $dados['tot_paginas']):  
           $regFinal = $config['total_rows'];  
        endif;    
        if ($this->uri->segment(2) > 1):  
            $regInicial++;  
        endif;
        
        echo $regInicial . ' - ' . $regFinal;


Messages In This Thread
[SOLVED] Pagination Show Rows Info - by El Forum - 02-09-2011, 10:05 AM
[SOLVED] Pagination Show Rows Info - by El Forum - 02-09-2011, 10:59 AM
[SOLVED] Pagination Show Rows Info - by El Forum - 02-09-2011, 11:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB