view develop/views/maintemplate.php @ 8:da10158c6d0a

add toc_correction status in books table. On TOC correction list page, providing the status checking box for users.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 09 Feb 2015 12:28:09 +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>