javastudent
javastudent

Reputation: 369

Gii: generate CRUD application from existing database tables?

I have a mysql database with tables that have one to many relationships with foreign keys linking them.

How can I use gii to create CRUD form pages which will reflect the table relationships?

Upvotes: 0

Views: 1448

Answers (1)

Ali MasudianPour
Ali MasudianPour

Reputation: 14459

I suggest you to take a look at the following article which includes using yii's gii

Creating Your First Yii Application

Upvotes: 3

Related Questions