sjaakp / yii2-illustrated-behavior

Adds image to ActiveRecord
http://www.sjaakpriester.nl/software/illustrated
MIT License
43 stars 17 forks source link

No mention about adding image property in the docs #18

Closed arogachev closed 8 years ago

arogachev commented 8 years ago

I found no mention about adding:

public $img;

as a property of model.

Without that exception is thrown:

Unknown Property – yii\base\UnknownPropertyException Getting unknown property: common\models\User::img

arogachev commented 8 years ago

Sorry, missed that img needs to be added as table column.