My Project
|
Functions | |
individualDonor () | |
displayIndividualsByLetter () | |
displayAllIndividuals () | |
displaySearchLetters () | |
displayExisting ($individualObjectArray, $donorObjectArray, $numOfIndividuals) |
Creates UI for managing individual donors. Allows user to view all individuals in the database, or to view by the first letter of a donor's last name.
Displays all individuals
$objectArray | array of all individuals in database |
Retrieves all users from database and creates array of objects corresponding to each row in the table
Creates alphabetic links. If a search letter has been chosen, it's not displayed as a link.
individualDonor | ( | ) |
Performs function calls to display header and create list of letters for donor last name viewing.