problem with custom controller constructor |
Why do you want to use __construct() in Controllers?
Don't use __construct() in Controllers. It is generally bad practice and you will have more problems like this. See https://codeigniter4.github.io/CodeIgnit...components |
Welcome Guest, Not a member yet? Register Sign In |