I have two tables, a parent and a child....or master, whatever.....
One is for brewers, with a brewery number, and another is for coasters, with a related brewery number that printed the coaster. (a 1 brewer to many coasters relationship...kinda like beer.)
(Any of you who are beer drinkers might want to browse my site if you've had a few...)
When I list some brewers it has a column for "coasters", which is a clickable link to go see a list of coasters that were produced by that brewer, with a "return to master table' link.
When I list the brewers, instead of just showing the word "coasters" all the way down the column, I'd like to put that word at the top of the column (perhaps as a sortable field?) and show the actual record of coasters count that match for that brewer.
I can write the query in SQL and test it with PHPmyadmin, but where do I insert this code into PHPrunner to make it work with the list program? And is it easy to change the header and have it sortable?
I could probably hack this into the resulting code but that would be messy every time I want to change something.
I'm running V3 beta (with no issues) soon to upgrade.
Thanks!
Gil
(Sergey, it's a fantastic product, .....by the way).