[eluser]Felix Cheruiyot[/eluser]
I find this quite helpful but I have a little problem.
I have managed to generate a pdf file from mysql result but the problem comes in the justification part when handling tabular data.
I’m handling currency data hence I prefer it justified right. Below is how I passed the justification option but It seems not to work.Someone Please help.
$options=array(‘justification’=>’right’);
$this->cezpdf->ezTable($data['display_results'], $titlecolumn,’Payroll Report’,$options);