[eluser]CI_avatar[/eluser]
I have SQL script imported from phpmyadmin. What I wanted is to
execute that script using CI(if there are functions available).
Database Forge Class is pretty promising but what I wanted is
to execute the script(as string) directly.
What are available functions in Database Forge are creating/deleting/editing database and tables. No function is available for executing script with "create database, create table and insert data" SQL command.
Please help.
Thank you in advance.