Changeset 1912
- Timestamp:
- 4/16/2010 4:39:10 AM (3 years ago)
- Location:
- trunk/website/scripts
- Files:
-
- 1 added
- 1 edited
-
Build.php (added)
-
Download.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/Download.php
r1910 r1912 4 4 * 5 5 * @author Joel Low <lowjoel@users.sourceforge.net> 6 * @version $Id $6 * @version $Id$ 7 7 */ 8 8 … … 14 14 class Download 15 15 { 16 pr ivate$ID;17 pr ivate$Downloads;18 pr ivate$Name;19 pr ivate$Released;20 pr ivate$Superseded;21 pr ivate$Link;16 protected $ID; 17 protected $Downloads; 18 protected $Name; 19 protected $Released; 20 protected $Superseded; 21 protected $Link; 22 22 23 23 /** … … 40 40 if ($statement->fetch() === false) 41 41 throw new Exception('The given Download could not be found.'); 42 43 //Convert the release date to a DateTime object 44 $this->Released = new DateTime($this->Released); 42 45 43 46 //Get the number of downloads
Note: See TracChangeset
for help on using the changeset viewer.
