Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/01/2010, 07:17
Avatar de CHuLoSoY
CHuLoSoY
 
Fecha de Ingreso: febrero-2002
Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 22 años, 3 meses
Puntos: 29
Respuesta: Class.ezpdf.php -> Genera Pdf desde PHP, como dibujo una tabla dentro de o

Yo haría así:

Código PHP:
Ver original
  1. $titles3 = array(
  2.               'x'=>'<b>X</b>',
  3.                       'y'=>'<b>Y</b>',
  4.                       'z'=>'<b>Z</b>',
  5.                       'h'=>$pdf->ezTable($dataX,$titlesX,"titulo",$optionsX),
  6.                   );
  7.       $options3 = array(
  8.                       'shadeCol'=>array(0.9,0.9,0.9),
  9.                       'xOrientation'=>'center',
  10.                       'width'=>500
  11.                   );
  12.       $pdf->ezTable($data, $titles3, '<b>Informe</b>', $options3);

Fíjate en el índice H

Tabla dentro de tabla.
__________________
ESQUIO Dominios y Hosting
Las mejores características con los mejores precios.