CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table |
This errors show when you create model extends Model and you use builder, so in your model, you have to set $this->table = 'tableName';
Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams |
Messages In This Thread |
CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table - by mbjino - 10-06-2020, 03:04 AM
RE: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table - by InsiteFX - 10-06-2020, 11:22 AM
RE: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table - by mbjino - 10-08-2020, 08:49 AM
RE: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table - by nc03061981 - 10-06-2020, 05:42 PM
|