Example #1
0
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(28, 6, "Telefono:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(162, 6, $datosfiscalizar->Obj_Solicitud->solicitante->getTelefono(), 'TBR', 0, 'L');
 $pdf->Ln($new_line + $new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(20.5, 6, "Manzana:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(27, 6, $datosfiscalizar->getCatas_manzana(), 'TBR', 0, 'L');
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(12.5, 6, "Lado:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(35, 6, $datosfiscalizar->getCatas_lado(), 'TBR', 0, 'L');
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(14.5, 6, "Portal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(33, 6, $datosfiscalizar->getCatas_portal(), 'TBR', 0, 'L');
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(18.5, 6, "Usuario:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(29, 6, $datosfiscalizar->getCatas_usuario(), 'TBR', 0, 'L');
 $pdf->Ln($new_line + $new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B', 12);
 $pdf->Cell(28, 6, "Atendido por:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $ObjmanagerBD->acpw_query($datosfiscalizar->Obj_Solicitud->empleado->findEmpleado());
 if ($ObjmanagerBD->acpw_num_rows() > 0) {