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

(04-23-2021, 02:23 PM)wdeda Wrote: 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.
Thanks, I am still on CI3
proof that an old dog can learn new tricks
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB