Hi all,
Is there a way to use Gii to create a new table in myqsl database? Or all the tables must be predefined before use Gii with its?
Hi all,
Is there a way to use Gii to create a new table in myqsl database? Or all the tables must be predefined before use Gii with its?
hi matricks
Gii only creates models and CRUD tables, no create table is implemented (as far as i know)
Personally, I use phpMyAdmin
regards!!
+1
It would be very usefull! Create tables, models, and CRUD with the same interface.