Welcome Guest, Not a member yet? Register   Sign In
What could be causing the database retrieval error?
#1

I'm using CodeIgniter 4, and I encountered an error (Call to a member function table() on null) when trying to retrieve records from the database using the following code:
$CI = & get_instance();
$CI->db->select('*');
$CI->db->from($table_name).
I then referred to the documentation and tried using the $db->table("tablename") method, but it also failed.
Reply


Messages In This Thread
What could be causing the database retrieval error? - by RohanxSiriya - 05-15-2023, 12:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB