Newer
Older
sqlmarker / STINK_student_records / Test_classes / STINK_student_records_table_list.php
<?php

$testTables = array(
	'Qualification',
	'Paper',
	'Schedule',
	'Person',
	'Staff',
	'Student',
	'Teach',
	'Enrolment',
	'Assessment',
	'Result',
);

?>