Welcome Guest, Not a member yet? Register   Sign In
Transaction in controller throwing error
#2

You need to connect to the database:
https://codeigniter.com/user_guide/datab...cting.html

Code:
$this->db = \Config\Database::connect();
Reply


Messages In This Thread
RE: Transaction in controller throwing error - by jreklund - 07-08-2020, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB