Jira Abfrage
This commit is contained in:
13
src/Template/Jiras/index.ctp
Normal file
13
src/Template/Jiras/index.ctp
Normal file
@@ -0,0 +1,13 @@
|
||||
<table>
|
||||
<?php
|
||||
//debug($tabledata);
|
||||
foreach($tabledata as $line) {
|
||||
echo '<tr>';
|
||||
foreach($line as $cell) {
|
||||
echo '<td>' . $cell . '</td>';
|
||||
}
|
||||
echo '</tr>';
|
||||
}
|
||||
|
||||
?>
|
||||
</table>
|
||||
Reference in New Issue
Block a user