ตัวอย่างโค้ด PHP สร้าง PDF ด้วย TCPDF + FPDI กับการกรอกข้อมูลลงในแบบฟอร์มที่กำหนด public function print_request_pdf($student_code= '') { $this->load->library('request/Form_preview_pdf'); $pdf = new FPDI('P', PDF_UNIT, 'A4', true, 'UTF-8', false); $font = 'thsarabun'; $pdf->font = $font; $pdf->SetCreator(""); $pdf->SetAuthor(""); $pdf->SetTitle("แบบฟอร์มขอผ่อนผัน"); $pdf->SetSubject("แบบฟอร์มขอผ่อนผัน"); $pdf->setPrintHeader(false); $pdf->setPrintFooter(false); $pdf->SetMargins(10, 10, 10); $pdf->SetHeaderMargin(0); $pdf->SetTopMargin(15); $pdf->SetFooterMargin(0); $pdf->SetFont($font, '', 16); $border = 1;//test $file = "./assets/file_store/pdf/form_request_extension_time_pay...
PHP CI MANIA 0.8.4.09 แก้ไขปัญหา Import ไฟล์ Excel แล้วไม่สามารถบันทึกได้ + เพิ่มตัวเลือก Validate บางฟิลด์
- เพิ่มตัวเลือก Validate บางฟิลด์ กรณีละเว้นการตรวจสอบให้เอาเครื่องหมายเช็คถูกออก - แก้ไขปัญหา Import ไฟล์ Excel แล้วไม่สามารถบันทึกได้ สมาชิก Premium ดาวน์โหลดได้ที่ http://fastcoding.phpcodemania.com/index.php/downloads PHP CI MANIA - PHP Code Generator โปรแกรมช่วยสร้างโค้ด "ลดเวลาการเขียนโปรแกรม" ราคาสุดคุ้ม http://fastcoding.phpcodemania.com