Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table
#2

If you need to change the table you do it like this.

PHP Code:
$db      = \Config\Database::connect();
$builder $db->table('users'); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table - by InsiteFX - 10-06-2020, 11:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB