PHP, ANT and virtualhosts
- by dbasch
Hi all,
I use the following standard folder structure with my projects:
workspace
myproject
conf
development.properties
production.properties
src
build.xml
build.properties
build
myproject
Unfortunately, working with scripted languages nullifies the concept of separating the…