Example #1
0
</td>
										<td><?php 
    echo $a->strLastReleaseDate();
    ?>
</td>
										<td><a href="versions.php?id=<?php 
    echo $a->id;
    ?>
"><?php 
    echo number_format($a->totalDownloads());
    ?>
</a> / <a href="versions.php?id=<?php 
    echo $a->id;
    ?>
"><?php 
    echo number_format($a->totalUpdates());
    ?>
</a></td>
										<td><?php 
    echo $a->numSupportQuestions();
    ?>
</td>
										<td><?php 
    echo $a->numBugReports();
    ?>
</td>
										<td><?php 
    echo $a->numFeatureRequests();
    ?>
</td>
									</tr>