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

view list

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