Yii CRUD Generator

Yii CRUD Generator generates a yii controller accompanied with create, read, update, delete, and admin views for tables that have composite primary keys. Submit the required fields from this page and obtain your controller and view code on the next page. Yii CRUD Generator has been tested with versions of yii 1.1.09 - 1.1.12.

Composite Primary Key Columns Attributes
Starting from the top, enter each column of the composite primary key in the same order as their table declaration. Copy and paste the entire attributeLabels() function generated by gii for the model class here:
CrudParams



Optional Primary Key Columns