Project 1 Phase 3
Team Members:
Pranav Bhandari
Rhea Pottathuparambil
There are 4 php files which implement the 4 requirements for this phase.
Each part corresponds to the requirement number (Example: part1.php corresponds to requirement 1)
part1.php implements the inserting of a self-support PhD students' details to the database.
part2.php implements the deleting of a students detailsf from both the PhDstudent table and the self_support table.
part3.php implements the updating of the Type of a instructor from Adjunct to NTT.
part4.php implements the displaying of the details of PhDstudents and the milestones they passed.
All the controller.php files implement the functionality.