I am evaluating PHPRunner. I have two basic questions.
I have two tables in my database that relate to student receords. I would like to create an app that allows me to view one page/table with information from both tables (i.e. with INNER JOIN) but that also allows edit/inline edit. Is that allowed? I tried it, and left the ID fields in the SQL command, but it did not seem to work.
I will have hundreds of users in my database (students). I would like to add a few drop-down boxes so I can quickly find the information I need (a list of instructors, courses, and year). Is that possible?
Thaks for your help.