Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Cara mengulang header kolom tabel di setiap halaman

Anda perlu menentukan header tabel di dalam fungsi Header(), sebelum $pdf->AddPage();

Coba sesuatu seperti ini:

<?php

class h4PDF extends FPDF{
    function Header(){
        $this->Image('../../images/logo.png', 10,6,30);
        $this->SetFont('Arial', 'B', 12);
        $this->Cell(80);
        $this->Cell(50, 10, 'Total Spent Time', 0, 0,'C');
        $this->Ln(10);
        
        $this->SetX(70);
        $this->Cell(40,6,'User Name',1,0,'C',1);
        $this->SetX(105);
        $this->SetX(110);
        $this->Cell(42,6,'Total Spent Time',1,0,'C',1);
        $this->Ln();
    }
}

?>



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Buat Insert... Pilih pernyataan di Laravel

  2. Konversi skrip MySQL ke SQL Server

  3. Butuh bantuan untuk menghubungkan App Engine PHP saya dengan Database Google Cloud SQL saya

  4. Bisakah sebuah atribut menunjuk satu tabel di atas yang lain?

  5. Akses ditolak untuk 'pengguna'@'localhost'