sokollondon
sokollondon
Is there such functionality?
Is there such a functional? For example, can only one attribute `price` be saved?
http://yii2-starter-kit.terentev.net/ 
Is there such a functional? For example, I need adjust access. So that only the `admin` could save relation `tags` ```php public function scenarios() { $s = parent::scenarios(); if(Yii::$app->user->can('admin')){ $s[self::SCENARIO_DEFAULT][]...
\yii2mod\editable\Editable::widget([ 'model' => $model, 'type' => 'textarea', 'attribute' => 'note', 'url' => '/profile/update', ]);