I need to insert data into one table and references data into another table in ZF2 using tableGateway.
For example, when I am registering a user, I have to insert user data into one table and this user hobbies data(Multiple rows) into another table with the references of the inserted user id and Update data also should work.
I have referred this url: Want to insert into two tables using one form in ZF2
But this won't help me.