file2menu 1.00 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Nick Papanotas
0 stars award from rbytes.net

file2menu is a class that automatically generates a menu of links.

It reads the contents of given directories and all the subdirectories in them to enumerate the files that should be referenced in the output.

To use the function you just need something like this :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->DisplayMenu();

You can also use the SaveAs method to save the menu in a file :

< ?php
$dir = new file2menu(‘/myDirectory’);
$dir->SaveAs(‘FileToSave.html’);

Requirements:
PHP

file2menu 1.00 keywords