schmunk42/yii2-giiant

Ability to create a base model that is inherited

Closed this issue · 1 comments

With Giix, it created a series of base models and also standard models that inherited from the base models. This meant that if there were changes to your DB schema you could just re-run the Giix model generator and it would overwrite the base models with the new schema meaning you didn't run the risk of accidently overwriting your methods in the model. Is this a possibility for Giiant?

Thanks

Jonny

Give it a try I just pushed the stuff to master 05ebbf4