This topic is locked

Hyperlink/redirection

2/13/2008 11:19:15 AM
PHPRunner General questions
V
vytb author

It maybe too simple...
My db has numerous steps of master/child relationship. Thus while in 5th level details page, it's frustrating to go back up to 2nd level. Of course, joins can be used but they are already multiple.
I'd like to have second and maybe third 'back to mastertable' based on level and renamed. For example, 'back 1 step to Maste table', 'back 2 steps to Master table',
or, say, 'back to user details', 'back to user info", etc.
What should be the easiest way to do this?

J
Jane 2/14/2008

Vitas,
you can do it using custom event on the Visual Editor tab (Insert PHP code snippet option).

Select all required values (masterkeys for mastertable1/mastertable2) from database and construct links to these tables in the event.

M
mrpeeble 8/22/2008

It maybe too simple...

My db has numerous steps of master/child relationship. Thus while in 5th level details page, it's frustrating to go back up to 2nd level. Of course, joins can be used but they are already multiple.
I'd like to have second and maybe third 'back to mastertable' based on level and renamed. For example, 'back 1 step to Maste table', 'back 2 steps to Master table',
or, say, 'back to user details', 'back to user info", etc.
What should be the easiest way to do this?


Vitas,
If you got this to work can you send me a sample of the code pleaseÉ

thanks,
tom

V
vytb author 8/22/2008

Not yet...