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

CodeIgniter 3 uses load database here the code for that one.

PHP Code:
$ci =& get_instance();

$ci->load->database(); 

Not tested but sould be something around that.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: why is the $this->db not available in a certain module? - by InsiteFX - 04-24-2021, 08:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB