naffiq / yii2-bridge

⚠️ REPO MOVED TO SEPARATE GROUP FOR MAINTAINABILITY
https://github.com/yii2-bridge/core
4 stars 3 forks source link

Create base ActiveRecord class #15

Closed johnluxor closed 7 years ago

johnluxor commented 7 years ago

Create base ActiveRecord class to extend user's models from it. And add there base behaviors etc

naffiq commented 7 years ago

What kind of behaviors do we need? I think it's better to generate them with gii to let developers control the way everything works, I'll add more behaviors there.

naffiq commented 7 years ago

Generators should cover this problem. In case you still need base ActiveRecord class, describe desired functionality or provide examples