Vasily Belosloodcev
Vasily Belosloodcev
There is the same extension (fork) but without depends on Laravel: https://github.com/bupy7/php-html-form
What news? =)
Via `skipAttributes`.
You need specify an array of models and not just a model.
In your a controller: ``` php public function actionIndex() { $models = ModelName::find()->all(); if (Model::loadMultiple($models, Yii::$app->request->post()) && Model::validateMultiple($models)) { for ($i = 0; $i != count($models); $i++) { $models[$i]->save(false); }...
Once again, you need specify an **ARRAY MODELS** and not just a **MODEL**. You `$modele` is JUST A MODEL. One model and that's all. You need specify an ARRAY `$modele`....
@loveorigami widget designed only for one field.
It now my is not planned. But you can make fork and offered pull-request with this solution. If it solution will be good, then I do make merge. =)
I installed `1.9.1-1~bpo11+1` from `bullseye-backports` and got an error: ``` $ ksnip ksnip: symbol lookup error: ksnip: undefined symbol: _ZN15kImageAnnotator15KImageAnnotator38setNumberToolSeedChangeUpdatesAllItemsEb ```
Yes, it's works, but the tray icon is the same anyway. =(