CodeIgniter Forums
Help tcpdf! make table - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Help tcpdf! make table (/showthread.php?tid=48829)



Help tcpdf! make table - El Forum - 01-30-2012

[eluser]noviceCODER[/eluser]
Hi everyone

anyone can show me how to make a table using tcpdf, width of cell depends on the data to the database..

having rough time to be able to solve this problem


thanks

Code:
$this->pdf->Cell(70,false,$mname,1,false,'L');

what does the params inside this code means, i know some but not all of them

thanks in advance!

any help is appreciated