Skip to content
Snippets Groups Projects
Commit 3a43a123 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

view list

parent fc236b42
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<?php foreach($listArray as $line): ?>
<tr>
<?php foreach($listParams["keys"] as $key): ?>
<td><?php echo $line[$key]; ?></td>
<td><?php echo $line->$key; ?></td>
<?php endforeach; ?>
</tr>
<?php endforeach; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment