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?

有帮助吗?

解决方案

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

Creating Your First Yii Application

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top