Hi,
I found today Phprunner and I'm very impressed about its features. Would like to know what is possible and not with this tool. Tried to found answers in documentation and forums but didn't found or didn't understand.
1-A very common issue involves establish relationships between one table and many others. Eg:
domains_table
id
customerId <-- from customers_table
registrarId <-- from registrars_table
salesmanId <-- from salesmen_table
...
How could be defined this relationships with Phprunner? how they are expected to be defined in Mysql tables?
2-For a few items a select field its a good way to allow select the right value, but for many values (eg: customers could be hundreds or thousands) a different approach is needed. We use often a search/selection process from a popup for each field requiring to search within a lot of records.
3-And in you need select multiple related values within many records? Eg a product related with several categories of products.
Thanks
Jose