Welcome Guest, Not a member yet? Register   Sign In
why is the $this->db not available in a certain module?
#2

Within Controllers/Models you can use either $db = $this->db; like $db = db_connect(); The ideal is $db = $this->db;
In other types of files $db = $this->db; is not supported, only $db = db_connect(); I'm talking about CI4, obviously.
Reply


Messages In This Thread
RE: why is the $this->db not available in a certain module? - by wdeda - 04-23-2021, 02:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB