Mercurial > hg > extraction-interface
view develop/views/maintemplate.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
<html> <head> </head> <body> <ul> <?php foreach($viewmodel as $item) { ?> <li><?php var_dump($item); ?></li> <?php } ?> </ul> </body> </html>