PHP Classes

File: templates/overview.php

Recommend this page to a friend!
  Classes of stefan   PHP XML Converter   templates/overview.php   Download  
File: templates/overview.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP XML Converter
Transform Indesign to eBundesanzeiger XML format
Author: By
Last change:
Date: 1 year ago
Size: 187 bytes
 

Contents

Class file image Download
<?php
foreach($this->_['entries'] as $entry){
?>
<div id="entries"><a href="index.php?view=file_view&filename=<?php echo $entry; ?>"><?php echo $entry; ?></a></div>
<?php
}
?>