Voici mon code :
Code : Tout sélectionner
$this->SetTextColor(34,43,5);
//$pdf->Cell(39,10,$column,1);
$this->Cell($w[0],6,$row['id_admission'],1,false);
$this->Cell($w[1],6,$row['nom'],1,false);
$this->Cell($w[2],6,$row['prenom'],1,false);
$this->Cell($w[3],6,$row['etab'],1,0,'C',false);
$this->Cell($w[4],6,$row['formation'],'LRTB',0,'C',false);
$this->Cell($w[5],6,$row['promo'],1,0,'C',false);
$this->Cell($w[6],6,$row['vhr'],1,0,'C',false);
$this->Cell($w[7],6,$row['vha'],1,0,'C',false);
$this->Cell($w[8],6,$row['percent'],1,0,'C',false);
$this->Cell($w[9],6,$row['notes'],1,0,'C',false);
$this->Ln();
}
Merci beaucoup pour votre aide