Welcome Guest, Not a member yet? Register   Sign In
CI4 where should I connect to DB?
#3

PHP Code:
Class NewModel extends Model
{
    protected $db;

    public function __construct()
    {
        $this->db db_connect();

        // or
        $this->db = \Config\Database::connect();
    }



You can then access the database using $this->db any where in your model.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
CI4 where should I connect to DB? - by imabot - 05-07-2020, 11:32 PM
RE: CI4 where should I connect to DB? - by InsiteFX - 05-08-2020, 04:04 AM
RE: CI4 where should I connect to DB? - by imabot - 05-09-2020, 10:49 PM
RE: CI4 where should I connect to DB? - by imabot - 05-10-2020, 05:46 AM
RE: CI4 where should I connect to DB? - by imabot - 05-11-2020, 09:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB