This topic is locked

How to link multiple table in a single view page

9/15/2011 12:37:51 PM
PHPRunner General questions
F
franco author

Hi all,
i have a er structure like:
----table one----

field a key

field b
----table two----

field b key

field c

field d
----table three----

field a referencing one.a

field b referencing two.b

(a,b ) key
how can i show in a single "view page", selecting one.a row in table one, through a drop down menu listing three.b coupled with three.a where three.a = one.a, the list of two.c,two.d fields related with (three.a,three.b )?
thank you very much.
franco

Sergey Kornilov admin 9/15/2011

I'm not 100% sure sure, but this article might be of some interest for you:

http://xlinesoft.com/blog/2011/02/28/how-to-setup-many-to-many-relationships/
It explains how to setup many-to-many relationships via a cross-reference table.

F
franco author 9/16/2011



I'm not 100% sure sure, but this article might be of some interest for you:

http://xlinesoft.com/blog/2011/02/28/how-to-setup-many-to-many-relationships/
It explains how to setup many-to-many relationships via a cross-reference table.


Thank you, i'll have a look.