Welcome Guest, Not a member yet? Register   Sign In
check if a table exists, if not, create one
#2

[eluser]eoinmcg[/eluser]
try
Code:
if ($this->db->table_exists('contacts') )
{
  // table exists
}
else
{
  // table does not exist
}


Messages In This Thread
check if a table exists, if not, create one - by El Forum - 04-15-2010, 12:59 AM
check if a table exists, if not, create one - by El Forum - 04-15-2010, 01:10 AM
check if a table exists, if not, create one - by El Forum - 04-15-2010, 01:10 AM
check if a table exists, if not, create one - by El Forum - 04-15-2010, 01:10 AM
check if a table exists, if not, create one - by El Forum - 04-15-2010, 01:16 AM
check if a table exists, if not, create one - by El Forum - 04-15-2010, 03:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB