|
|
|
เกี่ยวกับการแทรกดึงข้อมูลภาษา PHP จากฐานใส่ใน FPDF |
|
|
|
|
|
|
|
คืออย่ากทราบว่า
Code
class PDF extends FPDF
{
function Header()
{
$this->Image('auction.jpg',45,15,55,40);
$this->AddFont('LilyUPC','B','lily.php');
$this->SetFont('LilyUPC','B',24);
$this->Cell(90,10,'',0,0,'L');
$this->Cell(50,12,'ประมูลสินค้าออนไน์',0,1,'L');
$this->SetFont('LilyUPC','B',28);
$this->Cell(90,10,'',0,0,'L');
$this->Cell(50,12,'www.e-auction.com',0,1,'L');
$this->SetFont('LilyUPC','B',36);
$this->Cell(90,10,'',0,0,'L');
$this->Cell(50,16,'รายงาน'.$result[category_name],0,1,'L');
$this->SetFont('LilyUPC','B',10);
$this->Cell(245,0,' '.date("Y-m-d H:i:s"),0,1,"R");
$this->Ln(5);
ภายไต้คลาส pdf ผมสามารถ แทรกได้ไหม ย้ำ ในคลาส นะครับ เพราะผมต้องการให้แทรกตรง function header อะครับ
เป็นหัวของรายงานครับ
Tag : PHP
|
|
|
|
|
|
Date :
2012-09-06 18:26:22 |
By :
showroom |
View :
930 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ครับ คุณอยากรู้อยากทำอะไรก็ลองผิดลองถูกได้ครับ
|
|
|
|
|
Date :
2012-09-07 06:11:04 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|