Save data to another model cakePHP 3.5
问题 I'm still beginner in cakephp. I have table question and questionQuizzes. I have created the form named existingQuestion in question controller and want to save it in table questionQuizzes. However, the form cannot be saved. I have followed this example but it still cannot be saved. This is QuestionController public function existingQuestion() { //echo "here<br><br>"; //$QuestionQuizzesTable = $this->loadModel('QuestionQuizzes'); $questions = $this->paginate($this->Questions); $questionQuiz =