My Project
|
Static Public Member Functions | |
static | addDonation ($v) |
static | deleteDonation ($id) |
static | getAllDonationsByDonor ($donorID) |
static | getAllDonations () |
static | getAllDonationsInMonth ($month) |
[missing class comment]
static addDonation | ( | $ | v | ) | [static] |
Inserts a donation instance into the donation table.
Donation | $v | The donation to be inserted |