Benutzer-Werkzeuge

Webseiten-Werkzeuge

A PCRE internal error occured. This might be caused by a faulty plugin

relations

====== Relations ====== == Relations nicht speichern bei Update: == <code php> if ($model->loadAll(Yii::$app->request->post()) && $model->saveAll(['umbrellaclasses', 'umbrellaevents'])) } </code> == Relation definieren im Model == <code php> function getUmbrella(){ return $this->hasOne(Umbrella::className(), [ 'id FREMD' => 'id EIGEN' ] ); } </code>

relations.txt · Zuletzt geändert: 2019/12/29 18:25 von jonas