Hi, when im try to use $total_empresa = DB::count_records('mydb'); im get error:
Fuel\Core\Database_Exception [ Error ]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'demo.mydb' doesn't exist with query: "SELECT COUNT(*) AS total_row_count FROM `mydb`"
the databaseexist,and I canaccess it withModel_Mydb:: find
Fuel\Core\Database_Exception [ Error ]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'demo.mydb' doesn't exist with query: "SELECT COUNT(*) AS total_row_count FROM `mydb`"