Welcome Guest, Not a member yet? Register   Sign In
database_exists not working -- CI Newb here
#1

I'm building an site that needs to build a database table on the fly the first time a user visits a certain page. I'm trying to detect if the table already exists before going through the hassle of building the table.

I am loading the
Code:
dbutil()
in the controller.

Then to do the test:
PHP Code:
if( !$this->dbutil->database_exists($answerDB) ){
  
CREATION CODE HERE 


with
Code:
$answerDB
being the table name that I'm testing for/trying to create.

The problem is that
Code:
$this->dbutil->database_exists(
) returns false every time, even if the table exists.

Should be straight forward but for some reason I'm missing something....

Any help is much appreciated.Thanks!
Reply


Messages In This Thread
database_exists not working -- CI Newb here - by ant099 - 03-27-2015, 09:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB