auto database generate |
how can i create a code in code igniter for auto database create.???????????
You can do it like this with all MySQL database commands.
Code: $sql = "CREATE DATABASE YourDatabaseName"; What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
He was asking how to create the database which is different then a migration
that creates tables. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |