yii2-gallery-manager icon indicating copy to clipboard operation
yii2-gallery-manager copied to clipboard

Set GalleryImage as child of \yii\db\ActiveRecord

Open bscheshirwork opened this issue 6 years ago • 1 comments

#69 #7

First step: Use real ActiveRecord

class GalleryImage extends \yii\db\ActiveRecord

All another components work is as.

After this PR is merged we can use some trick like add this class to exist rule or apply translate #7

bscheshirwork avatar Jan 24 '19 10:01 bscheshirwork

So... I try it with exist rule. Work fine for me.

bscheshirwork avatar Jan 24 '19 11:01 bscheshirwork