Mercurial > hg > extraction-interface
view develop/views/Extractapp/index.php @ 12:e82ca7375e93
Integration with LocalGazetteerService (LGService), getting text from LGService and saving text to LGService. Adjust the control flow (controller).
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Mon, 16 Feb 2015 16:51:39 +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>
