view develop/views/Extractapp/index.php @ 10:54a235d43694

add topic choosing in the TaggingText page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 10 Feb 2015 16:20:29 +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>