Example #1
0
    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>
					
					<div class="block">
    					<div class="hd">
    						<h2>Recent Orders (<?php 
echo number_format(Order::totalOrders());