Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/01/2008, 14:45
Avatar de eddwinpaz
eddwinpaz
 
Fecha de Ingreso: noviembre-2007
Ubicación: Merida , Venezuela
Mensajes: 1.066
Antigüedad: 16 años, 6 meses
Puntos: 25
Re: Paginacion con FPDF

Código PHP:

function Footer()
{
    
//Footer de la pagina
    
$this->SetY(-15);
    
$this->SetFont('Arial','I',8);
    
$this->SetTextColor(128);
    
$this->Cell(0,10,'Pagina '.$this->PageNo(),0,0,'C');