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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -