Upload by budget
This commit is contained in:
8
src/Template/Budget/write_budget_by_id.ctp
Normal file
8
src/Template/Budget/write_budget_by_id.ctp
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
echo '<table>';
|
||||
foreach($output as $line) {
|
||||
echo '<tr><td>' . $line['snr'] . '</td><td>' . $line['count'] . '</td></tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user