How to call UMUM class in CI4? |
07-05-2023, 08:34 AM
(This post was last modified: 07-05-2023, 08:40 AM by JustJohnQ. Edit Reason: add parameters for page size )
My fpdf (version 1.85) folder is in App\ThirdParty.
I added the following to autoload.php in config: PHP Code: public $classmap = [ My test method looks like this: PHP Code: public function fpdfTest() A PDF is created and automatically saved/opened (depending on browser settings) |
Messages In This Thread |
How to call UMUM class in CI4? - by JayasSarea - 07-05-2023, 03:35 AM
RE: How to call UMUM class in CI4? - by JustJohnQ - 07-05-2023, 08:34 AM
|