view develop/views/maintemplate.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

<html>

<head>
</head>
<body>

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


</body>
</html>