Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: QR Code for CodeIgniter 4
Post: RE: QR Code for CodeIgniter 4

Thank you for your reply sir. I have using php-qrcode (https://github.com/chillerlan/php-qrcode/releases) and install it through composer and easy to call inside CI4. He provides for PHP 7.x versions.
17,907 Views
6 Replies
03-28-2020, 01:00 AM
arnezthe
    Thread: QR Code for CodeIgniter 4
Post: QR Code for CodeIgniter 4

Hello... I have a source code related to QR Code from here: PHP QRcode (http://sourceforge.net/projects/phpqrcode/) I put it at Library directory but I can't call it from $classmap Autoload.php. P...
17,907 Views
6 Replies
03-26-2020, 09:56 PM
arnezthe
    Thread: Myth:Auth Helper usage
Post: RE: Myth:Auth Helper usage

I solve this by called this auth helper at the view file.. helper('auth'); Any other solution?
8,306 Views
7 Replies
03-09-2020, 11:02 PM
arnezthe
    Thread: Myth:Auth Helper usage
Post: RE: Myth:Auth Helper usage

I have the same issue with this. The auth_helper can't call from layout view although I have try to add to the BaseController protected $helpers = ['html','auth'] or from public function __construct...
8,306 Views
7 Replies
03-09-2020, 09:40 PM
arnezthe
    Thread: Debug Toolbar above of the head tag
Post: RE: Debug Toolbar above of the head tag

jreklund Wrote: (02-16-2020, 05:17 AM) -- Hi, this bug have been reported on GitHub with a suggested solution: https://github.com/codeigniter4/CodeIgniter4/issues/2545 PHP Code: -- if (strpos(...
4,561 Views
3 Replies
02-17-2020, 04:19 AM
arnezthe
    Thread: Debug Toolbar above of the head tag
Post: Debug Toolbar above of the head tag

I've just try using CI 4 and working on development mode, but I found the debug toolbar script above of the head tag not inside the head: Code: -- ... -- The debug toolbar did ...
4,561 Views
3 Replies
02-15-2020, 01:31 PM
arnezthe

Theme © iAndrew 2016 - Forum software by © MyBB