dekfun06
Results
1
issues of
dekfun06
update is not working. Error: Getting unknown property: app\models\DentaList::id Help me. Controller public function actionUpdate($id) { $model = $this->findModel($id); $modelsDentalist = $model->dentaLists; ``` if ($model->load(Yii::$app->request->post()) && $model->save()) { $oldIDs =...