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?
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?
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.