CodeIgniter 4 Authorization – Tutorial

CodeIgniter 4 Authorization tutorial in English, a way to create a custom middleware and protect zones of our application CodeIgniter 4 Roles and Privileges In this tutorial we are going to manage the roles and privileges, for two types of users called administrator and normal user, first we proceed to create the trait namespace App\Traits; … Read more

CodeIgniter Interview Questions and Answers

CodeIgniter interview questions and answers, in this article we will present a set of exercises to validate the knowledge of a developer in codeigniter in its versions 3 and 4 CodeIgniter 4 interview questions and answers CodeIgniter 4 is the latest version of this php framework, which has big changes in its architecture, which we … Read more