i have a table called employees that has two types of employees in it -
- employees 2. temps
I have a column in the table that specifies whether they are an employee or a temp.
I created the employees page by adding a where clause to pull only employees. I am wondering how I can create a temps page using the PHPRunner, the same project, and login page? It doesnt seem to me that I can use the same table in two different pages with the PHPRunner interface.
Any ideas?