Custom gii model generator

Hi,
I want to customize gii model generator so I can choose what table columns to generate in the model class, like this :

My issue is I want the model properties list to change when I change to the table name.

Any idea, please?

1 Like

@samdark can you help please ?

Not without some digging in the code. Iā€™m a bit busy with Yii 3 right now.

As I see it, it should involve some JavaScript with AJAX request and an action that will read properties list from schema.