Go live.
[readifood.git] / propel / build / classes / readifood / Donation.php
1 <?php
2
3
4
5 /**
6  * Skeleton subclass for representing a row from the 'Donation' table.
7  *
8  *
9  *
10  * You should add additional methods to this class to meet the
11  * application requirements.  This class will only be generated as
12  * long as it does not already exist in the output directory.
13  *
14  * @package    propel.generator.readifood
15  */
16 class Donation extends BaseDonation
17 {
18   /* For /donation/id/1. */
19   function getName() {
20     return "id";
21   }
22 }