Welcome Guest, Not a member yet? Register   Sign In
QR Code for CodeIgniter 4
#1

(This post was last modified: 03-27-2020, 10:58 AM by jreklund.)

Hello...

I have a source code related to QR Code from here: PHP QRcode I put it at Library directory but I can't call it from $classmap Autoload.php.


PHP Code:
$classmap = ['QRcode' => APPPATH .'Library/phpqrcode/qrlib.php']; 
in the qrlib.php just the including files:

Code:
include $QR_BASEDIR."qrconst.php";
include $QR_BASEDIR."qrconfig.php";
include $QR_BASEDIR."qrtools.php";
include $QR_BASEDIR."qrspec.php";
include $QR_BASEDIR."qrimage.php";
include $QR_BASEDIR."qrinput.php";
include $QR_BASEDIR."qrbitstream.php";
include $QR_BASEDIR."qrsplit.php";
include $QR_BASEDIR."qrrscode.php";
include $QR_BASEDIR."qrmask.php";
include $QR_BASEDIR."qrencode.php";

Any solution or another source to integrate through composer maybe? Thank you.
Reply


Messages In This Thread
QR Code for CodeIgniter 4 - by arnezthe - 03-26-2020, 09:56 PM
RE: QR Code for CodeIgniter 4 - by jreklund - 03-27-2020, 11:04 AM
RE: QR Code for CodeIgniter 4 - by arnezthe - 03-28-2020, 01:00 AM
RE: QR Code for CodeIgniter 4 - by thespawn_cl - 08-30-2021, 10:44 PM
RE: QR Code for CodeIgniter 4 - by demyr - 03-03-2021, 02:59 AM
RE: QR Code for CodeIgniter 4 - by kenjis - 03-03-2021, 04:13 AM
RE: QR Code for CodeIgniter 4 - by kristianlake - 03-03-2021, 12:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB