yii2-message icon indicating copy to clipboard operation
yii2-message copied to clipboard

UserModel don´t necessarily need to be ActiveRecord

Open thyseus opened this issue 7 years ago • 1 comments

The Module should be adjusted so that UserModel don´t necessarily need to be ActiveRecord.

A yii\base\Model with an 'id' should be sufficient.

Goal will be that the module works with the yii2-basic-app.

thyseus avatar Apr 12 '17 15:04 thyseus

Maybe you can even get rid of the id restriction by using ->primaryKey? (haven't checked the source, just a guess)

maxxer avatar Jul 05 '17 09:07 maxxer