Código PHP:
function Emision($fechainicio){
//$hoy = date("d-m-Y");
$this->SetTextColor(68, 68, 68);//cambio el color del encabezado a gris
$this->SetTextColor(0, 0, 0);
$this->SetY(-15);
$this->MultiCell(0, $cell_height, $this->fechainicio, 0, '', 0, 1, 17, 13, true, 0, false);
}
Código PHP:
function Emision($fechainicio){
//$hoy = date("d-m-Y");
$this->SetTextColor(68, 68, 68);//cambio el color del encabezado a gris
$this->SetTextColor(0, 0, 0);
$this->SetY(-15);
//$this->Cell(0, 10, /*$this->l['w_page '].*/$this->fechainicio, 0, 0, 'C');
$this->MultiCell(0, $cell_height, "Hola", 0, '', 0, 1, 17, 13, true, 0, false);
}
$this->MultiCell(0, $cell_height, $this->fechainicio, 0, '', 0, 1, 17, 13, true, 0, false);
esta $this->fechainicio mal definido...verdad?
me pueden ayudar?
Espero respuesta.Gracias.