Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AntLusher's avatar

Join table on User update view

Hello all -

I wish to ask how one would update a foreign keyed table via the related 'resource'. In this case User resource.

I have the following tables:

Users Table user_id name age

Options Table user_id (foreign) email mail tel

At the moment, I can show the 'Options' as a resource related to the User profile, but I don't want to have a seperate 'Create Option' resource. I want to be-able to edit the 'options' when I select 'Edit User'.

Hope this makes sense... Thank you all!

0 likes
0 replies

Please or to participate in this conversation.