Sublime Forum

Special build system for PHP on windows7

#1

hi
i use sublime text 2
i want to make a build system for PHP on windows 7.
after i press build i want to copy entire project to c:/wamp/www/projectName

i read all document about making build systems
but no luck to finding the answer.

any suggestion?
thanks

0 Likes

#2

Considering that PHP does not require a compile, you should be able to just save it in your www folder and run it.

Source: I do PHP all day long.

0 Likes