php - CodeIgniter clone database -


how clone database in codeigniter? have databases:

clockin_admin clockin_template 

the database clockin_template 1 want clone, different name. there function this? can't find on documentation.

i'm creating new database way:

$this->load->dbforge(); $this->dbforge->create_database('clockin_' . randomstr()); 


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -