Hi there,
PHPRunner lacks of lookup feature from mutiple tables. Think about this scenario:
I have four tables: countries, teams, players and match_players.
The structure of match_playersis (ID, MatchID, PlayerID)
Now in the match_players Add page, I want to have two drop-down menus and one checked listbox.
One dropdown menu for countries (from countries table)
One dropdown menu for teams (from teams table) that belong to the selected country.
One checked listbox for all players (from players table) that belong to the selected team.
Is this doable by PHPRunner? In CodeCharge this can be easily done because the user can add any contol using the visual editor and then control its properties as he needs but in PHPRunner it's restriced to the fields of the table he's working on.
Thanks for your great efforts developing this software, that makes PHPRunner becomes better and more interesting everyday.