budget listBudgets editBudget editajax

This commit is contained in:
2018-04-02 19:37:58 +02:00
parent 9b83d1dc09
commit ad9bd84844
5 changed files with 146 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?php
foreach ($wlBudgets as $wlBudget) {
//debug($wlBudget);
echo '<p>' . $this->Html->link($wlBudget['wl_kurz_bezeichnung'],['controller' => 'Budget', 'action' => 'edit_budget' , $wlBudget['id']]) . '</p>';
}
?>