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

I recommend you learn about PHP and OOP.

$this->load->database() creates a database object of CI3 and set it to the property $db ($this->db)
in the controller. Within CodeIgniter's Models, you can also use $this->db.
It is the functionality of CodeIgniter.

If you want to use a database object of CI3 in your MyExport6765.php,
you need to create a database object in it or inject the db object into it.
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB