nyroFwk
0.2
var
www
users
nyrofwk
src
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
endforeach
Definition:
list.php:8
href
xml version xml stylesheet href
Definition:
layout.xul.php:2
$f
$f
Definition:
list.php:6
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by
1.8.13