Example #1
0
"><?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>
									<?php 
}
?>
                                </tbody>
                            </table>
						</div>
					</div>