Tell Me
 

Displaying Employees

Previous previous|next Next Page

hr_ui.inc contains a function called ui_print_employees() to display a set of department records in an HTML table

The ui_print_employees() function accepts an array of rows from a query on the EMPLOYEES table, and generates an HTML table of employee records. The construct_employees() function, in the hr.php file, supplies the query results to ui_print_employees().