This topic is locked

Junction tables in PHPrunner

1/29/2008 6:08:54 PM
PHPRunner General questions
C
conradt author

Hi I work for a non-profit and we're trying to implement a database to help people search for services that are appropriate for them.
Since every service can have a range of categories within categories (ie accommodation, eligibility, agegroupings) and every category could be used more than once, we're thinking that junction tables are the best way to go?
How would I setup PHPrunner to handle the junction tables with the master-child settings? Or do I need to manually write SQL code?
sample of the structure

ie tblServices - tblJunctionAccomm - tblAccomm

tblServices -tblJunctionEligibility - tblEligibility
Thanks for your help.

J
Jane 1/30/2008

Hi,
you can setup master-detail relationships on the Datasource tables tab in the PHPRunner.
Also I recommend you to have a look at the following articles:

http://www.xlinesoft.com/phprunner/docs/ma...elationship.htm

http://www.xlinesoft.com/phprunner/docs/li...age_options.htm