Welcome Guest, Not a member yet? Register   Sign In
php vs other modern language
#3

Hello fellow old C programmer! Wink

Of course you can call PHP code that was not specifically written for CodeIgniter. I've used FPDF, PHPMailer, NuSoap, and other PHP classes in CI3 projects. The easiest way I found is to create a wrapper library to load this external module. See this page on how to create a custom library in CI3: https://codeigniter.com/userguide3/gener...aries.html
Now all you have to do in this new library is to load your external module, following the module's documentation.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
php vs other modern language - by richb201 - 06-03-2022, 06:46 AM
RE: php vs other modern language - by richb201 - 06-07-2022, 06:01 AM
RE: php vs other modern language - by includebeer - 06-07-2022, 03:58 PM
RE: php vs other modern language - by richb201 - 06-07-2022, 04:31 PM
RE: php vs other modern language - by includebeer - 06-07-2022, 04:54 PM
RE: php vs other modern language - by kenjis - 06-07-2022, 05:37 PM
RE: php vs other modern language - by php_rocs - 06-07-2022, 08:05 PM
RE: php vs other modern language - by richb201 - 06-08-2022, 07:04 AM
RE: php vs other modern language - by includebeer - 06-08-2022, 10:31 AM
RE: php vs other modern language - by php_rocs - 06-09-2022, 06:24 AM
RE: php vs other modern language - by richb201 - 06-09-2022, 06:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB