Welcome Guest, Not a member yet? Register   Sign In
Use of FPDF library in CI4
#7

I want use fpdf in my project CI4.. how i can do this step by step? How include it as thirdparty?!

<?php namespace App\Controllers\Purchase;

namespace App\ThirdParty\fpdf;

use CodeIgniter\Controller;

use FPDF;
?>
and how build the controller to call fpdf methods?!

$pdf = new PDF();
$pdf->AddPage();
thanks
Reply


Messages In This Thread
Use of FPDF library in CI4 - by foxbille - 10-10-2022, 01:46 AM
RE: Use of FPDF library in CI4 - by ozornick - 10-10-2022, 01:59 AM
RE: Use of FPDF library in CI4 - by foxbille - 10-10-2022, 08:49 AM
RE: Use of FPDF library in CI4 - by abatrans - 10-11-2022, 07:25 AM
RE: Use of FPDF library in CI4 - by DunogRamers - 11-04-2022, 11:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB