nyroFwk  0.2
list.php
Go to the documentation of this file.
1 <h1>Available Controllers</h1>
2 <ul>
3 <?php foreach(glob('www/*.php') as $f):?>
4  <?php
5  $tmp = explode('/', $f);
6  $f = $tmp[1] != 'index.php' ? $tmp[1] : './';
7  ?>
8  <li><a href="<?php echo $f; ?>"><?php echo $tmp[1]; ?></a>
9 <?php endforeach; ?>
10 </ul>
endforeach
Definition: list.php:8
xml version xml stylesheet href
Definition: layout.xul.php:2
$f
Definition: list.php:6
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by doxygen 1.8.13