21require_once NOALYSS_INCLUDE.
'/lib/expor_data.class.php';
29 parent::__construct($p_result,$paColum_name);
34 if ( $this->pdf->get_orientation() ==
'P'){
35 $pagesize=210-$this->pdf->get_margin_left()-$this->pdf->get_margin_right();
37 $pagesize=297-$this->pdf->get_margin_left()-$this->pdf->get_margin_right();
41 $nb_column_name=count($aColumnName);
42 $aKey=array_keys($aColumnName);
44 for (
$i=0;
$i<count($aColumnName);
$i++)
static num_row($ret)
wrapper for the function pg_num_rows
static nb_column($p_ret)
Returns the number of columns in a ret.
__construct($p_result, $paColum_name,\PDF_Core $pdf)
$aSize
double array : key column name, value size of the column
export($p_destination_file)
API for creating PDF, unicode, based on tfpdf.