Using CodeIgniter General Help redirect() in base controller Pages (2): « Previous 1 2 redirect() in base controllerkenjisAdministrator Posts: 3,671 Threads: 96 Joined: Oct 2014 Reputation: 231 #11 04-19-202
Also Read:-CodeIgniter CRUD Operations without Page Refresh using jQuery and Ajax Restrictively Redirect to the Default Path Up until this point, you have figured out how to divert the segments to a particular way. Be that as it may, in numerous situations, you might need to render explicit ...
Instead of creating a new function in baseController I choose to create a library GAuthLib. If the specialists can give me an opinion. I will be very grateful. My baseController : Code: <?php namespace App\Controllers; use CodeIgniter\Controller; use CodeIgniter\HTTP\CLIRequest; use CodeIgnit...