view develop/views/Extractapp/index.php @ 13:cc36a20a68ab

automatically decide which rows (what data) should be shown in the exporting table based on the topic.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 17 Feb 2015 15:25:11 +0100
parents 63e08b98032f
children ac77748bb813
line wrap: on
line source

<h1>Extractapp/index.php</h1>

<ul>
    <?php foreach($viewmodel as $item) { ?>
    <li><?php echo $item; ?></li>
    <?php } ?>
</ul>