Welcome Guest, Not a member yet? Register   Sign In
Problem With Backup database with several table
#1

[eluser]pengenbelajarCI[/eluser]
Hi, I'm using dbutil() to backup the database.

Code:
$this->load->dbutil();    
$prefs = array(
     'tables' => array('products','spesifications'),
     'format'      => 'zip'
);
$backup =& $this->dbutil->backup($prefs);

But even i declare that only 2 tables are backup, but it give all the table. And also, the file is on zip format, which make 'format' parameter on $prefs is work, but on on 'tables' parameter.

Anybody had an idea why this is happen?


Messages In This Thread
Problem With Backup database with several table - by El Forum - 07-29-2011, 06:49 PM
Problem With Backup database with several table - by El Forum - 07-29-2011, 07:12 PM
Problem With Backup database with several table - by El Forum - 07-29-2011, 07:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB