How to load helper automatically after login (with shield)?
i create my first ci4 project with shield authentification.
How to load helper automatically after login (with shield)?
i create my first ci4 project with shield authentification.
How to setup the database in base_controler to make it globally avivable?
i setup my first Codeigniter4 project. I failed on adding the database-connection to the basecontroller to make the db-connection avivable in all controllers/models/helpers etc. to avoid setup it again and again in every file.
How to setup the database in base_controler to make it globally avivable?
i setup my first Codeigniter4 project. I failed on adding the database-connection to the basecontroller to make the db-connection avivable in all controllers/models/helpers etc. to avoid setup it again and again in every file.
UpdatePassword Myth/Auth
Please help from friends. I have a problem UPDATE PASSWORD MYTH AUTH can not be saved to the database, even though there is no error message at all. In the CONTROLLER I use PAGE DYNAMIC so here I can not display the controller as a whole.
How to use single checkbox codeigniter 4.5.1 to update value
I am using codeigniter with shield and i have a edit userpage, in the controller I have
Codeigniter 4 edit using auth provider wont update
So i am using the latest codeigniter 4, I am trying to edit/ update user information. however its just running me in a loop for the first check.
Codeigniter 4.0 Model issue
I am new to the codeigniter 4.0 framework and been trying to upgrade my old code from 3.0 to 4.0 and in the meantime learn the new framework. Currently I am running into an issue which I cannot explain is quite frustrating.