|
|
|
ดึงข้อมูลมาจากฐานข้อมูลแบ่งการโชว์ออกเป็นคอลัมและใช้ฟังชั่นแสดงข้อูลใน pdf โดยใช้ภาษา php |
|
|
|
|
|
|
|
ดึงข้อมูลมาจากฐานข้อมูลแบ่งการโชว์ออกเป็นคอลัมและใช้ฟังชั่นแสดงข้อูลใน pdf โดยใช้ภาษา php ข้อมูลยาวไม่ขึ้นบรรทัดใหม่ให้แล้วไปทับกันกับคอลัม 2
ต้องแก้ยังไงค่ะ
Code (PHP)
function BasicTable($data)
{
$w=array(10,15,10);
$this->Ln();
$i=1;
$j=$total;
$this->SetY(75);
foreach ($data as $eachResult)
{
$this->SetX(11);
$this->Cell(154,7,$eachResult[0]);
$this->Cell(35,7,number_format($eachResult[1],2,'.',',').' ','1',0,'R');
$this->Ln();
$i++;
}
$j=76+$i*7;
$this->Line(10,$j,200,$j); //Line
}
Tag : PHP
|
|
|
|
|
|
Date :
2011-09-05 11:02:01 |
By :
sreesuda |
View :
1058 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-09-05 14:47:55 |
By :
sreesuda |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|