How to insert the some input values in two different table using of cakephp 3.4?

How to insert the some input values in two different table using of cakephp 3.4

Im not sure what u mean. But usually the add form is generated automatically in the controller (add function). So when u have a look at the index file in ur broswer, u should see something like “New …” on the left, click on it and then u can add new values into ur table.

If u want to insert values in different tables, that are related to each other, have a look at this video : https://www.youtube.com/watch?v=nOjyUm4G2Bc