I wanted to create a directory link class for my virtual hosts on my dev box. The features I looked to implement are:
- have the index file refer to the server root directory i.e. htdocs for public assets
- have the class in the vhost directory
- automatically get the correct index files
- Be able to ignore index.html in css, js, etc files
- make them links
- Use PHP iterator classes
- Be able to specify which port the host is on
Installation:
- Put dirlinks folder in the virtual host directory and create host
I will implement S-UI in the future.