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
Post a Comment