Hi all,
I need to regenerate a model and part of crud programmatically because users can create/modify/delete columns from the table using the Yii application.
Is there any way to call the regeneration (with file overwrite) of model and part of crud within a controller and not passing trough the normal gii form?
ty in advance
C.