示例#1
0
     $datosfiscalizar->parroquia->load_Parroquia($ObjmanagerBD->acpw_fetch_array());
 }
 $pdf->Cell(50, 6, $datosfiscalizar->parroquia->getNombre(), 1, 0, 'C');
 $pdf->Cell(40, 6, '', 1, 0, 'C');
 $pdf->Cell(50, 6, '', 1, 0, 'C');
 $pdf->Cell(10, 6, '', 1, 0, 'C');
 $pdf->Cell(10, 6, $datosfiscalizar->getCatas_manzana(), 1, 0, 'C');
 $pdf->Cell(10, 6, $datosfiscalizar->getCatas_lado(), 1, 0, 'C');
 $pdf->Cell(10, 6, $datosfiscalizar->getCatas_portal(), 1, 0, 'C');
 $pdf->Cell(10, 6, $datosfiscalizar->getCatas_usuario(), 1, 0, 'C');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(50, 6, "Nombre o Razon Social:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(140, 6, $datosfiscalizar->getNombre_razon_social(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(46, 6, "Representante Legal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(144, 6, $datosfiscalizar->representante->getNombre(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(35, 6, "Direccion Fiscal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(155, 6, $datosfiscalizar->getDireccion_fiscal(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');